com.pkrete.jsip2.exceptions
Class InvalidSIP2ResponseValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.