fr.improve.xdi
Class EncodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfr.improve.xdi.EncodeException
All Implemented Interfaces:
java.io.Serializable

public class EncodeException
extends java.lang.Exception

Author:
Sébastien Letélié
See Also:
Serialized Form

Constructor Summary
EncodeException()
           
EncodeException(java.lang.String message)
           
EncodeException(java.lang.String message, java.lang.Throwable cause)
           
EncodeException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncodeException

public EncodeException()

EncodeException

public EncodeException(java.lang.String message)
Parameters:
message -

EncodeException

public EncodeException(java.lang.Throwable cause)
Parameters:
cause -

EncodeException

public EncodeException(java.lang.String message,
                       java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2004-2005 Improve. All Rights Reserved.