© 2004 BEA Systems, Inc.

com.bea.netuix.application.exception
Class NotEntitledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.netuix.application.exception.NetuixException
              extended bycom.bea.netuix.application.exception.NotEntitledException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

Constructor Summary
NotEntitledException()
          Constructs a NotEntitledException with no specified detail message.
NotEntitledException(String s)
          Constructs a NotEntitledException with the specified detail message.
NotEntitledException(String s, Throwable cause)
          Constructs a NotEntitledException with the specified detail message and causal exception.
NotEntitledException(Throwable cause)
          Constructs a NotEntitledException with the specified causal exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotEntitledException

public NotEntitledException()
Constructs a NotEntitledException with no specified detail message.


NotEntitledException

public NotEntitledException(String s)
Constructs a NotEntitledException with the specified detail message.


NotEntitledException

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


NotEntitledException

public NotEntitledException(Throwable cause)
Constructs a NotEntitledException with the specified causal exception.


© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved