public class InsufficientPrivilegesException extends NodeException
Constructor and Description |
---|
InsufficientPrivilegesException()
Create an instance of the exception
|
InsufficientPrivilegesException(String message)
Create an instance of the exception with a message
|
InsufficientPrivilegesException(String message,
String messageKey)
Create an instance with message and localized message
|
InsufficientPrivilegesException(String message,
String messageKey,
List<String> parameters)
Create an instance with message, message key for localized message and parameters
|
InsufficientPrivilegesException(String message,
String messageKey,
String parameter)
Create an instance with message and localized message
|
InsufficientPrivilegesException(String message,
Throwable cause)
Create an instance with message and cause
|
InsufficientPrivilegesException(Throwable cause)
Create an instance with cause
|
getLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InsufficientPrivilegesException()
public InsufficientPrivilegesException(String message, String messageKey, List<String> parameters)
message
- internal messagemessageKey
- localized message keyparameters
- parameters for the localized messagepublic InsufficientPrivilegesException(String message, String messageKey, String parameter)
message
- internal messagemessageKey
- localized message keyparameter
- parameter for the localized messagepublic InsufficientPrivilegesException(String message, String messageKey)
message
- internal messagemessageKey
- localized message keypublic InsufficientPrivilegesException(String message, Throwable cause)
message
- internal messagecause
- causepublic InsufficientPrivilegesException(Throwable cause)
cause
- causepublic InsufficientPrivilegesException(String message)
nessage
- message of the exceptionCopyright © 2016 Gentics Software GmbH. All Rights Reserved.