|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dspace.administer.RegistryExportException
public class RegistryExportException
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegistryExportException()
public RegistryExportException(String message)
message -
public RegistryExportException(String message,
Throwable e)
message - e - public RegistryExportException(Throwable e)
e -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||