Package org.dspace.administer
Class RegistryExportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dspace.administer.RegistryExportException
-
- All Implemented Interfaces:
Serializable
public class RegistryExportException extends Exception
- Author:
- Graham Triggs An exception to report any problems with registry exports
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryExportException()Create an empty authorize exceptionRegistryExportException(String message)create an exception with only a messageRegistryExportException(String message, Throwable e)create an exception with an inner exception and a messageRegistryExportException(Throwable e)create an exception with an inner exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RegistryExportException
public RegistryExportException()
Create an empty authorize exception
-
RegistryExportException
public RegistryExportException(String message)
create an exception with only a message- Parameters:
message- exception message
-
RegistryExportException
public RegistryExportException(String message, Throwable e)
create an exception with an inner exception and a message- Parameters:
message- exception messagee- reference to Throwable
-
RegistryExportException
public RegistryExportException(Throwable e)
create an exception with an inner exception- Parameters:
e- reference to Throwable
-
-