public class SecureServiceClientException
extends JBPRuntimeException
An exception thrown by SecureServiceClient
implementations for HTTP, IO or other exceptions
when the mashable is invoked on a secure connection.
Constructor and Description |
---|
SecureServiceClientException() |
SecureServiceClientException(java.lang.String msg)
An exception with a message.
|
SecureServiceClientException(java.lang.String msg,
java.lang.Throwable cause)
An exception with both message and cause.
|
public SecureServiceClientException()
public SecureServiceClientException(java.lang.String msg)
msg
- The message for this exception.public SecureServiceClientException(java.lang.String msg, java.lang.Throwable cause)
msg
- The message for this exception.cause
- The cause of this exception.