Project Aristotle - ArisID Attribute Services

org.openliberty.arisidbeans
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openliberty.arisidbeans.IDBeanException
              extended by org.openliberty.arisidbeans.InvalidValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidValueException
extends IDBeanException

Used for Exceptions generated within Identity Beans

See Also:
Serialized Form

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

InvalidValueException

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

InvalidValueException

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

InvalidValueException

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

InvalidValueException

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