org.apache.qpid
Class SerialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ArithmeticException
org.apache.qpid.SerialException
- All Implemented Interfaces:
- Serializable
public class SerialException
- extends ArithmeticException
This exception is used by the serial class (imp RFC 1982)
- See Also:
- Serialized Form
Constructor Summary |
SerialException(String message)
Constructs an SerialException with the specified
detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerialException
public SerialException(String message)
- Constructs an
SerialException
with the specified
detail message.
- Parameters:
message
- The exception message.
Licensed to the Apache Software Foundation