org.nees.metadata.util
Class EncodingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nees.metadata.util.EncodingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OneWayEncodingException

public class EncodingException
extends java.lang.Exception

Thrown if there is an error encoding/decoding an id.

See Also:
Serialized Form

Constructor Summary
EncodingException(java.lang.String msg)
           
EncodingException(java.lang.String msg, 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

EncodingException

public EncodingException(java.lang.String msg)

EncodingException

public EncodingException(java.lang.String msg,
                         java.lang.Throwable cause)