org.mmbase.security.implementation.aselect
Class ASelectException

Package class diagram package ASelectException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ASelectException()
           
ASelectException(String message)
           
ASelectException(String message, Throwable cause)
           
ASelectException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

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