Package org.intermine.web.uri
Class InvalidPermanentURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.intermine.web.uri.InvalidPermanentURLException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidPermanentURLException extends java.lang.Exception
Thrown to indicate that the http request is not a permanent URL The valid patters is: domain/context/classname:identifier (e.g. humanmine.org/humanmine/protein:P31946).- Author:
- danielabutano
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPermanentURLException()
-