net.sf.adf.acl
Class EncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.adf.acl.EncodingException
All Implemented Interfaces:
java.io.Serializable

public class EncodingException
extends java.lang.Exception

Author:
Catalin Hritcu
See Also:
Serialized Form

Constructor Summary
EncodingException()
           
EncodingException(java.lang.String message)
           
EncodingException(java.lang.Throwable cause)
           
 
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

EncodingException

public EncodingException()

EncodingException

public EncodingException(java.lang.String message)

EncodingException

public EncodingException(java.lang.Throwable cause)