Spring AMQP

org.springframework.erlang
Class OtpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.erlang.OtpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ErlangBadRpcException, ErlangConversionException, ErlangErrorRpcException, OtpAuthException, OtpIOException, UncategorizedOtpException

public class OtpException
extends RuntimeException

Base RuntimeException for errors that occur when executing OTP operations.

Author:
Mark Pollack
See Also:
Serialized Form

Constructor Summary
OtpException(String message)
           
OtpException(String message, Throwable cause)
           
OtpException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OtpException

public OtpException(String message)

OtpException

public OtpException(Throwable cause)

OtpException

public OtpException(String message,
                    Throwable cause)

Spring AMQP

Copyright © 2011. All Rights Reserved.