RuntimeException
Object
Throwable
Exception
RuntimeException
NotEntitledRuntimeException
Serializable
Constructor Summary |
|
|
|
|
Method Summary |
Methods from java.lang. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotEntitledRuntimeException()
Exception
with no specified detail message.public NotEntitledRuntimeException(String
s,Throwable
cause)
Exception
with the specified detail message and causal exception.
public NotEntitledRuntimeException(String
s)
Exception
with the specified detail message.
public NotEntitledRuntimeException(Throwable
cause)
Exception
with the specified causal exception.