public class InsufficientPrivilegesException extends WorkspaceException
| Constructor and Description |
|---|
InsufficientPrivilegesException(String message)
Create a new internal error exception.
|
InsufficientPrivilegesException(String message,
Throwable cause)
Create a new internal error exception.
|
InsufficientPrivilegesException(Throwable cause)
Create a new internal error exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InsufficientPrivilegesException(Throwable cause)
cause - the exception cause.public InsufficientPrivilegesException(String message)
message - the exception message.Copyright © 2015. All Rights Reserved.