public final class BehaviorException extends RuntimeException
Behavior
problems.Constructor and Description |
---|
BehaviorException()
Constructs a new
BehaviorException with null as its detail message. |
BehaviorException(String message)
Constructs a new
BehaviorException with the specified detail message. |
BehaviorException(String message,
Throwable cause)
Constructs a new
BehaviorException with the specified detail message and cause. |
BehaviorException(Throwable cause)
Constructs a new
BehaviorException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BehaviorException()
BehaviorException
with null
as its detail message.public BehaviorException(String message)
BehaviorException
with the specified detail message.message
- exception messagepublic BehaviorException(String message, Throwable cause)
BehaviorException
with the specified detail message and cause.message
- exception messagecause
- exception causepublic BehaviorException(Throwable cause)
BehaviorException
with the specified cause.cause
- exception causeCopyright © 2020. All rights reserved.