Project Aristotle - ArisID Attribute Services

org.openliberty.arisid.stack
Class NoSuchSubjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openliberty.arisid.IGFException
              extended by org.openliberty.arisid.stack.NoSuchSubjectException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchSubjectException
extends IGFException

The requested subject could not be located or does not exist.

See Also:
Serialized Form

Constructor Summary
NoSuchSubjectException()
           
NoSuchSubjectException(java.lang.String arg0)
           
NoSuchSubjectException(java.lang.String arg0, java.lang.Throwable arg1)
           
NoSuchSubjectException(java.lang.Throwable arg0)
           
 
Method Summary
 
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

NoSuchSubjectException

public NoSuchSubjectException()
See Also:
Exception.Exception()

NoSuchSubjectException

public NoSuchSubjectException(java.lang.String arg0)
See Also:
Exception.Exception(java.lang.String)

NoSuchSubjectException

public NoSuchSubjectException(java.lang.Throwable arg0)
See Also:
Exception.Exception(java.lang.Throwable)

NoSuchSubjectException

public NoSuchSubjectException(java.lang.String arg0,
                              java.lang.Throwable arg1)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

OpenLiberty.org - Licensed under Apache APL 2.0