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