net.sf.jzeno.exception
Class AspectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jzeno.exception.ManagedException
              extended by net.sf.jzeno.exception.AspectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoPermissionForMethodException

public class AspectException
extends ManagedException

This exception is the base class for all exceptions thrown by aspects.

See Also:
Serialized Form

Constructor Summary
AspectException()
           
AspectException(java.lang.String message)
           
AspectException(java.lang.String message, java.lang.Throwable cause)
           
AspectException(java.lang.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

AspectException

public AspectException()

AspectException

public AspectException(java.lang.String message)

AspectException

public AspectException(java.lang.Throwable cause)

AspectException

public AspectException(java.lang.String message,
                       java.lang.Throwable cause)