Project Aristotle - ArisID Attribute Services

org.openliberty.arisid.stack
Class NoSuchContextException

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.NoSuchContextException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchContextException
extends IGFException

An appropriate attribute authority could not be located for the requested subject.

See Also:
Serialized Form

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

NoSuchContextException

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

NoSuchContextException

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

NoSuchContextException

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

NoSuchContextException

public NoSuchContextException(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