|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jersey.test.framework.spi.container.TestContainerException
public class TestContainerException
Thrown when a test container-specific error occurs.
Constructor Summary | |
---|---|
TestContainerException()
Construct a new instance with no message. |
|
TestContainerException(String message)
Construct a new instance with a message. |
|
TestContainerException(String message,
Throwable cause)
Construct a new instance with a message and a cause. |
|
TestContainerException(Throwable cause)
Construct a new instance with a 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 |
---|
public TestContainerException()
public TestContainerException(String message)
message
- the messagepublic TestContainerException(String message, Throwable cause)
message
- the message.cause
- the Throwable that caused the exception to be thrown.public TestContainerException(Throwable cause)
cause
- the Throwable that caused the exception to be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |