org.hibernate.bytecode.buildtime
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernate.bytecode.buildtime.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException
extends RuntimeException

Indicates problem performing the instrumentation execution.

Author:
Steve Ebersole
See Also:
Serialized Form

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

ExecutionException

public ExecutionException(String message)

ExecutionException

public ExecutionException(Throwable cause)

ExecutionException

public ExecutionException(String message,
                          Throwable cause)


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.