Project Aristotle - ArisID Attribute Services

org.openliberty.arisidbeans
Class IDBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openliberty.arisidbeans.IDBeanException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidValueException, OperationNotSupportedException

public class IDBeanException
extends java.lang.Exception

Generic Identity Bean Exception

See Also:
Serialized Form

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

IDBeanException

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

IDBeanException

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

IDBeanException

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

IDBeanException

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