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