NotEntitledException Class

com.bea.netuix.application.exception
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

Constructor Summary

NotEntitledException()

Constructs a NotEntitledException with no specified detail message.
NotEntitledException(String s, Throwable cause)

Constructs a NotEntitledException with the specified detail message and causal exception.
NotEntitledException(String s)

Constructs a NotEntitledException with the specified detail message.
NotEntitledException(Throwable cause)

Constructs a NotEntitledException with the specified causal exception.
 

Method Summary

 
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
   

Constructor Detail

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.