Project Aristotle - ArisID Attribute Services

org.openliberty.arisid.protocol.ldap
Class DecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openliberty.arisid.IGFException
              extended by org.openliberty.arisid.protocol.ldap.DecodeException
All Implemented Interfaces:
java.io.Serializable

public class DecodeException
extends IGFException

See Also:
Serialized Form

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

DecodeException

public DecodeException()

DecodeException

public DecodeException(java.lang.String arg0)

DecodeException

public DecodeException(java.lang.Throwable arg0)

DecodeException

public DecodeException(java.lang.String arg0,
                       java.lang.Throwable arg1)

OpenLiberty.org - Licensed under Apache APL 2.0