|
||||||||||
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.jafer.sru.SRUException
public class SRUException
Represents an exception whilst processing an SRU request
Constructor Summary | |
---|---|
SRUException(java.lang.String message)
Constructor |
|
SRUException(java.lang.String message,
java.lang.Throwable exc)
Constructor |
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 SRUException(java.lang.String message)
message
- The message for the exceptionpublic SRUException(java.lang.String message, java.lang.Throwable exc)
message
- The message for the exceptionexc
- the exception that caused this exception to be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |