public class SCBClientException extends RuntimeException
Base exception for all client exceptions.
Constructor and Description |
---|
SCBClientException()
Default constructor.
|
SCBClientException(String message)
Overloaded constructor.
|
SCBClientException(String message,
Throwable cause)
Overloaded constructor.
|
SCBClientException(Throwable cause)
Overloaded constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SCBClientException()
Default constructor.
public SCBClientException(String message)
Overloaded constructor.
message
- the messagepublic SCBClientException(String message, Throwable cause)
Overloaded constructor.
message
- the messagecause
- the causepublic SCBClientException(Throwable cause)
Overloaded constructor.
cause
- the causeCopyright © 2017. All rights reserved.