public class OperatorException extends RuntimeException
Operator
implementation.Constructor and Description |
---|
OperatorException(String message)
Constructs a new exception with the specified detail message.
|
OperatorException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
OperatorException(Throwable cause)
Constructs a new exception by delegating to
this(cause.getMessage(), cause) . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperatorException(String message)
message
- the detail messagepublic OperatorException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic OperatorException(Throwable cause)
this(cause.getMessage(), cause)
.cause
- the causeCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.