ADK CVS

tryllian.are.security
Class HabitatEntryDeniedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.ClassNotFoundException
              extended bytryllian.are.security.HabitatEntryDeniedException
All Implemented Interfaces:
java.io.Serializable

public class HabitatEntryDeniedException
extends java.lang.ClassNotFoundException

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()

See Also:
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

HabitatEntryDeniedException

public HabitatEntryDeniedException()
Construct a HabitatEntryDeniedException with no detail message.


HabitatEntryDeniedException

public HabitatEntryDeniedException(java.lang.String message)
Construct a HabitatEntryDeniedException with the specified detail message.

Parameters:
message - the detail message.

HabitatEntryDeniedException

public 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.

Parameters:
message - the detail message.
t - the exception that was raised while loading the class.

Copyright 2005, Tryllian Solutions B.V.