com.github.smokestack.ejb
Class MockEJBContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.