com.github.smokestack.ejb
Class MockEJBContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.smokestack.ejb.MockEJBContainerException
All Implemented Interfaces:
Serializable

public class MockEJBContainerException
extends RuntimeException

Exception to ease method signature overload

Author:
gliptak
See Also:
Serialized Form

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

MockEJBContainerException

public MockEJBContainerException()

MockEJBContainerException

public MockEJBContainerException(String message)
Parameters:
message -

MockEJBContainerException

public MockEJBContainerException(Throwable cause)
Parameters:
cause -

MockEJBContainerException

public MockEJBContainerException(String message,
                                 Throwable cause)
Parameters:
message -
cause -


Copyright © 2009-2010 Smokestack. All Rights Reserved.