@InterfaceAudience.Public @InterfaceStability.Evolving public class ComputingException extends ChainedException
| Constructor and Description |
|---|
ComputingException()
Instantiates a new computing exception.
|
ComputingException(String message)
Instantiates a new computing exception.
|
ComputingException(String message,
Throwable cause)
Instantiates a new computing exception.
|
ComputingException(Throwable cause)
Instantiates a new computing exception.
|
getCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic ComputingException()
public ComputingException(String message)
message - the messagepublic ComputingException(Throwable cause)
cause - the causeCopyright © 2016 utils4j. All Rights Reserved.