Project Aristotle - ArisID Attribute Services

org.openliberty.arisid.stack
Class DeclarationException

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

public class DeclarationException
extends IGFException

Used for operations requested that are inconsistent with declarations. This is typically a client side error.

See Also:
Serialized Form

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

DeclarationException

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

DeclarationException

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

DeclarationException

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

DeclarationException

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