public class SCBClientParsingException extends SCBClientException
Exception for when the client was unable to parse information.
| Constructor and Description |
|---|
SCBClientParsingException()
Default constructor.
|
SCBClientParsingException(String message)
Overloaded constructor.
|
SCBClientParsingException(String message,
Throwable cause)
Overloaded constructor.
|
SCBClientParsingException(Throwable cause)
Overloaded constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SCBClientParsingException()
Default constructor.
public SCBClientParsingException(String message)
Overloaded constructor.
message - the messagepublic SCBClientParsingException(String message, Throwable cause)
Overloaded constructor.
message - the messagecause - the causepublic SCBClientParsingException(Throwable cause)
Overloaded constructor.
cause - the causeCopyright © 2016. All rights reserved.