public class NotSupportedException extends ResourceException
| Constructor and Description |
|---|
NotSupportedException() |
NotSupportedException(java.lang.String message) |
NotSupportedException(java.lang.String message,
java.lang.String errorCode) |
NotSupportedException(java.lang.String message,
java.lang.Throwable cause) |
NotSupportedException(java.lang.Throwable cause) |
getErrorCode, getLinkedException, setErrorCode, setLinkedExceptionpublic NotSupportedException()
public NotSupportedException(java.lang.String message)
public NotSupportedException(java.lang.Throwable cause)
public NotSupportedException(java.lang.String message,
java.lang.Throwable cause)
public NotSupportedException(java.lang.String message,
java.lang.String errorCode)