org.genepattern.webservice
Class PropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.genepattern.webservice.OmnigeneException
org.genepattern.webservice.PropertyNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class PropertyNotFoundException
- extends OmnigeneException
To throw property could not be located
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyNotFoundException
public PropertyNotFoundException()
- Default Constructor
PropertyNotFoundException
public PropertyNotFoundException(java.lang.String s)
- Constructs PropertyNotFoundException with the specified detail message.
- Parameters:
s - the detail message.
|
|