org.mmbase.security.implementation.aselect
Class ASelectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mmbase.security.implementation.aselect.ASelectException
- All Implemented Interfaces:
- Serializable
public class ASelectException
- extends RuntimeException
This Exception class is wrapped around the standard Exception class
to make it more obvious that it was an ASelect Exception.
The class does not add any functionality
- Version:
- $Id: ASelectException.java 35620 2009-06-03 13:46:59Z michiel $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ASelectException
public ASelectException()
ASelectException
public ASelectException(String message)
ASelectException
public ASelectException(Throwable cause)
ASelectException
public ASelectException(String message,
Throwable cause)
MMBase ASelect 2.0-SNAPSHOT - 2013-03-30T06:51