public class WSPKIException
extends java.lang.Exception
Constructor and Description |
---|
WSPKIException()
Create a new WSPKIException with an empty description string.
|
WSPKIException(java.lang.String message)
Create a new WSPKIException with the associated string description.
|
WSPKIException(java.lang.String message,
java.lang.Throwable cause)
Create a new WSPKIException with the associated string description and
cause.
|
WSPKIException(java.lang.Throwable cause)
Create a new WSPKIException with the cause
|
public WSPKIException()
public WSPKIException(java.lang.String message)
message
- String describing the exception.public WSPKIException(java.lang.String message, java.lang.Throwable cause)
message
- the String describing the exception.cause
- public WSPKIException(java.lang.Throwable cause)
cause
- the throwable cause of the exception.