org.apache.qpid
Class SerialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ArithmeticException
                  extended by 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.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerialException

public SerialException(String message)
Constructs an SerialException with the specified detail message.

Parameters:
message - The exception message.


Licensed to the Apache Software Foundation