org.genepattern.webservice
Class PropertyNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.genepattern.webservice.OmnigeneException
              extended byorg.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

Constructor Summary
PropertyNotFoundException()
          Default Constructor
PropertyNotFoundException(java.lang.String s)
          Constructs PropertyNotFoundException with the specified detail message.
 
Methods inherited from class org.genepattern.webservice.OmnigeneException
getOmnigeneErrno, getOmnigeneMessage, log
 
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
 

Constructor Detail

PropertyNotFoundException

public PropertyNotFoundException()
Default Constructor


PropertyNotFoundException

public PropertyNotFoundException(java.lang.String s)
Constructs PropertyNotFoundException with the specified detail message.

Parameters:
s - the detail message.


Hosted by docs.bugaco.com