Uses of Class
com.ericsson.otp.erlang.OtpException
-
Packages that use OtpException Package Description com.ericsson.otp.erlang -
-
Uses of OtpException in com.ericsson.otp.erlang
Subclasses of OtpException in com.ericsson.otp.erlang Modifier and Type Class Description classOtpAuthExceptionException raised when a node attempts to establish a communication channel when it is not authorized to do so, or when a node sends a message containing an invalid cookie on an established channel.classOtpErlangDecodeExceptionException raised when an attempt is made to create an Erlang term by decoding a sequence of bytes that does not represent the type of term that was requested.classOtpErlangExceptionBase class for the other OTP erlang exception classes.classOtpErlangExitException raised when a communication channel is broken.classOtpErlangRangeExceptionException raised when an attempt is made to create an Erlang term with data that is out of range for the term in question.
-