hp.opencall.media.sms.tl
Class PDUException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhp.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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.