com.ericsson.otp.erlang
Class OtpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ericsson.otp.erlang.OtpException
Direct Known Subclasses:
OtpAuthException, OtpErlangException

public abstract class OtpException
extends java.lang.Exception

Base class for the other OTP exception classes.

See Also:
Serialized Form

Constructor Summary
OtpException()
          Provides no message.
OtpException(java.lang.String msg)
          Provides a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OtpException

public OtpException()
Provides no message.

OtpException

public OtpException(java.lang.String msg)
Provides a detailed message.