jp.develop.common.util.amf
Class IllegalDataFormat

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jp.develop.common.util.amf.IllegalDataFormat
All Implemented Interfaces:
Serializable

public class IllegalDataFormat
extends RuntimeException

AMF Data format Exception.

Author:
Waki Takeya
See Also:
Serialized Form

Constructor Summary
IllegalDataFormat()
          Constructs a instance.
IllegalDataFormat(String message)
          Constructs a instance with message.
IllegalDataFormat(String message, Throwable cause)
          Constructs a instance with message and cause.
IllegalDataFormat(Throwable cause)
          Constructs a instance with 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

IllegalDataFormat

public IllegalDataFormat()
Constructs a instance.


IllegalDataFormat

public IllegalDataFormat(String message)
Constructs a instance with message.

Parameters:
message - Exception message.

IllegalDataFormat

public IllegalDataFormat(Throwable cause)
Constructs a instance with cause.

Parameters:
cause - Cause exception.

IllegalDataFormat

public IllegalDataFormat(String message,
                         Throwable cause)
Constructs a instance with message and cause.

Parameters:
message - Exception message.
cause - Cause exception.