NotEntitledRuntimeException Class

com.bea.netuix.application.exception
NotEntitledRuntimeException Class

public class NotEntitledRuntimeException

    extends RuntimeException

Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        NotEntitledRuntimeException
All Implemented Interfaces

Serializable

Constructor Summary

NotEntitledRuntimeException()

Constructs an Exception with no specified detail message.
NotEntitledRuntimeException(String s, Throwable cause)

Constructs an Exception with the specified detail message and causal exception.
NotEntitledRuntimeException(String s)

Constructs an Exception with the specified detail message.
NotEntitledRuntimeException(Throwable cause)

Constructs an Exception 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

NotEntitledRuntimeException

public NotEntitledRuntimeException()
Constructs an Exception with no specified detail message.

NotEntitledRuntimeException

public NotEntitledRuntimeException(String s, 
                                   Throwable cause)
Constructs an Exception with the specified detail message and causal exception.

NotEntitledRuntimeException

public NotEntitledRuntimeException(String s)
Constructs an Exception with the specified detail message.

NotEntitledRuntimeException

public NotEntitledRuntimeException(Throwable cause)
Constructs an Exception with the specified causal exception.