org.superbiz.txrollback
Class CustomRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.superbiz.txrollback.CustomRuntimeException
All Implemented Interfaces:
Serializable

public class CustomRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CustomRuntimeException()
           
CustomRuntimeException(String s)
           
CustomRuntimeException(String s, Throwable throwable)
           
CustomRuntimeException(Throwable throwable)
           
 
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

CustomRuntimeException

public CustomRuntimeException()

CustomRuntimeException

public CustomRuntimeException(String s)

CustomRuntimeException

public CustomRuntimeException(String s,
                              Throwable throwable)

CustomRuntimeException

public CustomRuntimeException(Throwable throwable)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.