public class UnsupportedTypeException extends Exception
| Constructor and Description |
|---|
UnsupportedTypeException()
Default constructor
|
UnsupportedTypeException(String message)
Create exception with error message
|
UnsupportedTypeException(String message,
Throwable cause)
Create an exception with custom message and throwable info
|
UnsupportedTypeException(Throwable cause)
Create exception based on an existing Throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedTypeException()
public UnsupportedTypeException(String message)
message - The error message for this exceptionpublic UnsupportedTypeException(Throwable cause)
cause - The throwable on which we'll base this exceptionCopyright © 2017. All rights reserved.