public class TestContainerException extends RuntimeException
| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.