|
||||||||||
| 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(java.lang.String message)
Construct a new instance with a message. |
|
TestContainerException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with a message and a cause. |
|
TestContainerException(java.lang.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(java.lang.String message)
message - the message
public TestContainerException(java.lang.String message,
java.lang.Throwable cause)
message - the message.cause - the Throwable that caused the exception to be thrown.public TestContainerException(java.lang.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 | |||||||||