public class RegistryExportException extends Exception
| Constructor and Description |
|---|
RegistryExportException()
Create an empty authorize exception
|
RegistryExportException(String message)
create an exception with only a message
|
RegistryExportException(String message,
Throwable e)
create an exception with an inner exception and a message
|
RegistryExportException(Throwable e)
create an exception with an inner exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RegistryExportException()
public RegistryExportException(String message)
message - exception messagepublic RegistryExportException(String message, Throwable e)
message - exception messagee - reference to Throwablepublic RegistryExportException(Throwable e)
e - reference to ThrowableCopyright © 2017 DuraSpace. All rights reserved.