com.compoze.security
Class AccessManagerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.compoze.util.NestedException
|
+--com.compoze.security.AccessManagerException
- All Implemented Interfaces:
- java.io.Serializable
- public class AccessManagerException
- extends NestedException
This exception is thrown by the AccessManager
to indicate that an error occured. The reasons may vary. More
information should be given at the time the exception is thrown.
- See Also:
AccessManager
, Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AccessManagerException
public AccessManagerException()
- Constructor.
AccessManagerException
public AccessManagerException(java.lang.String s)
- Constructor.
- Parameters:
s
- message for the exception
AccessManagerException
public AccessManagerException(java.lang.Exception e)
- Constructor.
- Parameters:
e
- the underlying exception
AccessManagerException
public AccessManagerException(java.lang.Throwable t)
- Constructor.
- Parameters:
t
- the underlying throwable
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.