public class OXFRuntimeException extends RuntimeException
Constructor and Description |
---|
OXFRuntimeException()
Constructs a new OXFRuntimeException.
|
OXFRuntimeException(String reason)
Constructs a new OXFRuntimeException with the specified reason.
|
OXFRuntimeException(String reason,
Throwable cause)
Constructs a new OXFRuntimeException with the specified reason and cause.
|
OXFRuntimeException(Throwable cause)
Constructs a new OXFRuntimeException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OXFRuntimeException()
public OXFRuntimeException(String reason)
reason
- the reason of the exception.public OXFRuntimeException(Throwable cause)
cause
- the cause which is saved for later retrieval by the Throwable.getCause() method. A null value is
permitted, and indicates that the cause is nonexistent or unknown.public OXFRuntimeException(String reason, Throwable cause)
reason
- the reason of the exception.cause
- the cause which is saved for later retrieval by the Throwable.getCause() method. A null value is
permitted, and indicates that the cause is nonexistent or unknown.Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.