org.mmbase.security.implementation.aselect
Class ASelectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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,v 1.1 2005/03/16 20:04:04 michiel Exp $
See Also:
Serialized Form

Constructor Summary
ASelectException()
           
ASelectException(String message)
           
ASelectException(String message, Throwable cause)
           
ASelectException(Throwable cause)
           
 
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 build 1.8.1.20060716