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, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2013 JBoss by Red Hat. All rights reserved.