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 - public RegistryExportException(String message, Throwable e)
message - e - public RegistryExportException(Throwable e)
e - Copyright © 2014 DuraSpace. All Rights Reserved.