public class OXFException extends Exception
Constructor and Description |
---|
OXFException()
Constructs a new OXFException.
|
OXFException(String reason)
Constructs a new OXFException with the specified reason.
|
OXFException(String reason,
Throwable cause)
Constructs a new OXFException with the specified reason and cause.
|
OXFException(Throwable cause)
Constructs a new OXFException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OXFException()
public OXFException(String reason)
reason
- the reason of the exception.public OXFException(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 OXFException(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.