public class OwlApiSimplexException extends Exception
| Constructor and Description |
|---|
OwlApiSimplexException()
Creates a new instance of
OwlApiSimplexException without detail message. |
OwlApiSimplexException(Exception exception)
Constructs an instance of
OwlApiSimplexException which wraps the
specified exception. |
OwlApiSimplexException(String msg)
Constructs an instance of
OwlApiSimplexException with the specified detail message. |
OwlApiSimplexException(String msg,
Exception exception)
Constructs an instance of
OwlApiSimplexException with the specified message which also wraps the
specified exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OwlApiSimplexException()
OwlApiSimplexException without detail message.public OwlApiSimplexException(String msg)
OwlApiSimplexException with the specified detail message.msg - The detail message.public OwlApiSimplexException(Exception exception)
OwlApiSimplexException which wraps the
specified exception.exception - The exception to wrap.Copyright © 2020 Jens Pelzetter. All rights reserved.