|
ADK CVS | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.ClassNotFoundException
tryllian.are.security.HabitatEntryDeniedException
This exception indicates that a class was not allowed to be loaded into the habitat.
It is derived from ClassNotFoundException, since it
is thrown from ClassLoader.findClass()
ClassLoader.findClass(String),
Serialized Form| Constructor Summary | |
HabitatEntryDeniedException()
Construct a HabitatEntryDeniedException with no
detail message. |
|
HabitatEntryDeniedException(java.lang.String message)
Construct a HabitatEntryDeniedException with the
specified detail message. |
|
HabitatEntryDeniedException(java.lang.String message,
java.lang.Throwable t)
Constructs a ClassNotFoundException with the
specified detail message and optional exception that was raised
while loading the class. |
|
| Methods inherited from class java.lang.ClassNotFoundException |
getCause, getException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
public HabitatEntryDeniedException()
HabitatEntryDeniedException with no
detail message.
public HabitatEntryDeniedException(java.lang.String message)
HabitatEntryDeniedException with the
specified detail message.
message - the detail message.
public HabitatEntryDeniedException(java.lang.String message,
java.lang.Throwable t)
ClassNotFoundException with the
specified detail message and optional exception that was raised
while loading the class.
message - the detail message.t - the exception that was raised while loading the class.
|
Copyright 2005, Tryllian Solutions B.V. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||