org.springframework.erlang
Class OtpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OtpException
public OtpException(String message)
OtpException
public OtpException(Throwable cause)
OtpException
public OtpException(String message,
Throwable cause)
Copyright © 2011. All Rights Reserved.