public class NoSuchRoleException extends G9ClientFrameworkException
| Constructor and Description |
|---|
NoSuchRoleException()
Constructs a new no such role exception with
null as its
detail message. |
NoSuchRoleException(Message errMsg)
Constructs a new no such role exception with the specified message.
|
NoSuchRoleException(String message)
Constructs a new no such role exception with the specified detail
message.
|
NoSuchRoleException(String message,
Throwable cause)
Constructs a new no such role exception with the specified detail message
and cause.
|
NoSuchRoleException(Throwable cause)
Constructs a new no such role exception with the specified cause and a
detail message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
|
NoSuchRoleException(Throwable cause,
Message errMsg)
Constructs a new no such role exception with the specified cause and
message.
|
getErrMsg, hasNested, setErrMsgaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchRoleException()
null as its
detail message. The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(Throwable).public NoSuchRoleException(String message)
Throwable.initCause(Throwable).message - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.public NoSuchRoleException(String message, Throwable cause)
Note that the detail message associated with cause is
not automatically incorporated in this no such role exception's
detail message.
message - the detail message (which is saved for later retrieval by
the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public NoSuchRoleException(Throwable cause)
cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public NoSuchRoleException(Message errMsg)
errMsg - the message (which is saved for later retrieval by the
G9BaseException.getErrMsg() method). (A null value is
permitted, and indicates that the message is non existant.
Messagepublic NoSuchRoleException(Throwable cause, Message errMsg)
cause - the cause (saved for later retireval by the
Throwable.getCause() method).errMsg - the message (saved for later retrieval by the
G9BaseException.getErrMsg() method).Copyright © 2006–2020 Esito AS. All rights reserved.