org.jsmpp
Class InvalidResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jsmpp.InvalidResponseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GenericNackResponseException

public class InvalidResponseException
extends java.lang.Exception

This exception thrown if we receive unexpected response (such as invalid PDU parameter).

Since:
1.0
Version:
1.0
Author:
uudashr
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
InvalidResponseException(java.lang.String message)
          Construct with specified message.
InvalidResponseException(java.lang.String message, java.lang.Throwable cause)
          Construct with specified message and cause.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

InvalidResponseException

public InvalidResponseException(java.lang.String message,
                                java.lang.Throwable cause)
Construct with specified message and cause.

Parameters:
message - is the detail message.
cause - is the parent cause.

InvalidResponseException

public InvalidResponseException(java.lang.String message)
Construct with specified message.

Parameters:
message - is the detail message.