public class UnexpectedTerminationException
extends java.lang.RuntimeException
Constructor and Description |
---|
UnexpectedTerminationException()
Creates a new instance of
UnexpectedTerminationException . |
UnexpectedTerminationException(java.lang.String message)
Constructs an instance of
UnexpectedTerminationException with the specified
detail message. |
public UnexpectedTerminationException()
UnexpectedTerminationException
.public UnexpectedTerminationException(java.lang.String message)
UnexpectedTerminationException
with the specified
detail message.message
- the exception message.