org.apache.turbine.util.security
Class TurbineSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.turbine.util.TurbineException
org.apache.turbine.util.security.TurbineSecurityException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccessControlException, DataBackendException, EntityExistsException, PasswordMismatchException, UnknownEntityException
public class TurbineSecurityException
- extends TurbineException
Thrown by SecurityService methods to indicate various problems.
- Version:
- $Id: TurbineSecurityException.java 1078552 2011-03-06 19:58:46Z tv $
- Author:
- Rafal Krzewski, Henning P. Schmiedehausen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TurbineSecurityException
public TurbineSecurityException(String msg)
- Construct an SecurityException with specified detail message.
- Parameters:
msg
- The detail message.
TurbineSecurityException
public TurbineSecurityException(String msg,
Throwable nested)
- Construct an SecurityException with specified detail message
and nested
Throwable
.
- Parameters:
msg
- The detail message.nested
- the exception or error that caused this exception
to be thrown.
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.