public class NotSupportedException extends ResourceException
| Constructor and Description |
|---|
NotSupportedException()
Create a not supported exception.
|
NotSupportedException(String reason)
Create a not supported exception with a reason.
|
NotSupportedException(String reason,
String errorCode)
Create a not supported exception with a reason and an errorCode.
|
NotSupportedException(String reason,
Throwable throwable)
Create a not supported exception with a reason and an error.
|
NotSupportedException(Throwable throwable)
Create a not supported exception with an error.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSupportedException()
public NotSupportedException(String reason)
reason - the reasonpublic NotSupportedException(String reason, String errorCode)
reason - the reasonerrorCode - the error codepublic NotSupportedException(String reason, Throwable throwable)
reason - the reasonthrowable - the errorpublic NotSupportedException(Throwable throwable)
throwable - the errorCopyright © 2012 JBoss by Red Hat. All Rights Reserved.