org.jboss.aop.instrument
Class TransformationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jboss.aop.instrument.TransformationException
All Implemented Interfaces:
Serializable

public class TransformationException
extends RuntimeException

Comment

Version:
$Revision: 1.2 $
Author:
Bill Burke
See Also:
Serialized Form

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

TransformationException

public TransformationException()

TransformationException

public TransformationException(String message)

TransformationException

public TransformationException(String message,
                               Throwable cause)

TransformationException

public TransformationException(Throwable cause)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.