public class OAIException extends Exception
| Constructor and Description |
|---|
OAIException()
Creates a new instance of
OAIException without detail
message. |
OAIException(Exception ex) |
OAIException(String msg)
Constructs an instance of
OAIException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OAIException()
OAIException without detail
message.public OAIException(String msg)
OAIException with the specified
detail message.msg - the detail message.public OAIException(Exception ex)
Copyright © 2017 DuraSpace. All Rights Reserved.