ataspectj.instrumentation.exception
Class ConstructorNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ataspectj.instrumentation.exception.ConstructorNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ConstructorNotFoundException
extends java.lang.Exception

Author:
Marco Poggi
See Also:
Serialized Form

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

ConstructorNotFoundException

public ConstructorNotFoundException()

ConstructorNotFoundException

public ConstructorNotFoundException(java.lang.String message)

ConstructorNotFoundException

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

ConstructorNotFoundException

public ConstructorNotFoundException(java.lang.Throwable cause)