com.pkrete.jsip2.exceptions
Class InvalidSIP2ResponseValueException

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

public class InvalidSIP2ResponseValueException
extends Exception

This class extends the Exception class and it represents an exception that occurs when parsing data of the variables of a SIP2ResponseMessage object. The exception indicates that the reponse message contains variable values that are not allowed.

Author:
Petteri Kivimäki
See Also:
Serialized Form

Constructor Summary
InvalidSIP2ResponseValueException(String message)
          Constructs and initializes a new InvalidSIP2ResponseValueException 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

InvalidSIP2ResponseValueException

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

Parameters:
message - error message that's shown


Copyright © 2012-2014. All Rights Reserved.