public class StageException
extends java.lang.RuntimeException
AbstractStage
,
Serialized FormConstructor and Description |
---|
StageException(java.lang.String message)
Constructs a new StageException with the specified message
|
StageException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new StageException with the specified message and the specified cause
|
StageException(java.lang.Throwable cause)
Constructs a new StageException with the specified cause
|
public StageException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the exception causepublic StageException(java.lang.String message)
message
- the exception messagepublic StageException(java.lang.Throwable cause)
cause
- the exception cause