public class StateTransferInProgressException
extends java.lang.RuntimeException
Constructor | Description |
---|---|
StateTransferInProgressException() |
Constructs an
SecurityException with null
as its error detail message. |
StateTransferInProgressException(java.lang.String s) |
Constructs an
SecurityException with the specified detail
message. |
StateTransferInProgressException(java.lang.String reason,
java.lang.String stackTrace) |
Modifier and Type | Method | Description |
---|---|---|
void |
printStackTrace() |
public StateTransferInProgressException()
SecurityException
with null
as its error detail message.public StateTransferInProgressException(java.lang.String s)
SecurityException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.public StateTransferInProgressException(java.lang.String reason, java.lang.String stackTrace)