com.pkrete.jsip2.exceptions
Class InvalidSIP2ResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pkrete.jsip2.exceptions.InvalidSIP2ResponseException
All Implemented Interfaces:
Serializable

public class InvalidSIP2ResponseException
extends Exception

This class extends the Exception class and it represents an exception that occurs when parsing data related to a SIP2ResponseMessage object. The exception indicates that structure of the received response is invalid.

Author:
Petteri Kivimäki
See Also:
Serialized Form

Constructor Summary
InvalidSIP2ResponseException(String message)
          Constructs and initializes a new InvalidSIP2ResponseException object with the given error message.
 
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
 

Constructor Detail

InvalidSIP2ResponseException

public InvalidSIP2ResponseException(String message)
Constructs and initializes a new InvalidSIP2ResponseException object with the given error message.

Parameters:
message - error message that's shown


Copyright © 2012-2014. All Rights Reserved.