public class AdfcUnsupportedOperationException extends ControllerException
| Constructor and Description |
|---|
AdfcUnsupportedOperationException()
Constructor.
|
AdfcUnsupportedOperationException(ExceptionKey key)
Constructor.
|
AdfcUnsupportedOperationException(ExceptionKey key,
java.lang.Throwable cause)
Constructor.
|
AdfcUnsupportedOperationException(ExceptionKey key,
java.lang.Throwable cause,
java.lang.Object... args)
Constructor.
|
getCause, getErrorId, getErrorNumber, getLocalizedMessage, getMessage, initpublic AdfcUnsupportedOperationException()
public AdfcUnsupportedOperationException(ExceptionKey key)
key - Key to the resource bundle messagepublic AdfcUnsupportedOperationException(ExceptionKey key, java.lang.Throwable cause)
key - Key to the resource bundle messagecause - root causepublic AdfcUnsupportedOperationException(ExceptionKey key, java.lang.Throwable cause, java.lang.Object... args)
key - Key to the resource bundle messagecause - root causeargs - message arguments.