org.jafer.sru
Class SRUException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jafer.sru.SRUException
All Implemented Interfaces:
java.io.Serializable

public class SRUException
extends java.lang.Exception

Represents an exception whilst processing an SRU request

See Also:
Serialized Form

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

SRUException

public SRUException(java.lang.String message)
Constructor

Parameters:
message - The message for the exception

SRUException

public SRUException(java.lang.String message,
                    java.lang.Throwable exc)
Constructor

Parameters:
message - The message for the exception
exc - the exception that caused this exception to be created