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