proai.error
Class BadResumptionTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by proai.error.ServerException
                  extended by proai.error.ProtocolException
                      extended by proai.error.BadResumptionTokenException
All Implemented Interfaces:
java.io.Serializable

public class BadResumptionTokenException
extends ProtocolException

See Also:
Serialized Form

Constructor Summary
BadResumptionTokenException()
           
BadResumptionTokenException(java.lang.String message)
           
BadResumptionTokenException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getCode()
          Get the error code of this exception, as defined by the OAI-PMH.
 
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

BadResumptionTokenException

public BadResumptionTokenException()

BadResumptionTokenException

public BadResumptionTokenException(java.lang.String message)

BadResumptionTokenException

public BadResumptionTokenException(java.lang.String message,
                                   java.lang.Throwable cause)
Method Detail

getCode

public java.lang.String getCode()
Description copied from class: ProtocolException
Get the error code of this exception, as defined by the OAI-PMH.

Specified by:
getCode in class ProtocolException