NotEntitledException Class
- public class NotEntitledException
extends NetuixException
This exception is thrown when the caller does not have the necessary permissions
to take the specified action. An example would be attempting to create a portal desktop
or delete a Book
.
-
Hierarchy
-
Object
Throwable
Exception
NetuixException
NotEntitledException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotEntitledException
public NotEntitledException()
- Constructs a
NotEntitledException
with no specified detail message.
NotEntitledException
public NotEntitledException(String
s,
Throwable
cause)
- Constructs a
NotEntitledException
with the specified detail message and causal exception.
NotEntitledException
public NotEntitledException(String
s)
- Constructs a
NotEntitledException
with the specified detail message.
NotEntitledException
public NotEntitledException(Throwable
cause)
- Constructs a
NotEntitledException
with the specified causal exception.