hp.opencall.media.sms.tl
Class PDUException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hp.opencall.media.sms.tl.PDUException
- All Implemented Interfaces:
- Serializable
- public class PDUException
- extends Exception
This exception is thrown during PDU encoding/decoding operation.
- See Also:
- Serialized Form
|
Constructor Summary |
PDUException()
Constructs a PDUException with no detail message. |
PDUException(String s)
Constructs a PDUException with the
specified detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PDUException
public PDUException()
- Constructs a
PDUException with no detail message.
PDUException
public PDUException(String s)
- Constructs a
PDUException with the
specified detail message.
- Parameters:
s - the detail message.