Package com.ericsson.otp.erlang
Class OtpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ericsson.otp.erlang.OtpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OtpAuthException
,OtpErlangException
Base class for the other OTP exception classes.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OtpException
public OtpException()Provides no message. -
OtpException
Provides a detailed message.
-