proai.error
Class NoMetadataFormatsException

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.NoMetadataFormatsException
All Implemented Interfaces:
java.io.Serializable

public class NoMetadataFormatsException
extends ProtocolException

See Also:
Serialized Form

Constructor Summary
NoMetadataFormatsException()
           
NoMetadataFormatsException(java.lang.String message)
           
NoMetadataFormatsException(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

NoMetadataFormatsException

public NoMetadataFormatsException()

NoMetadataFormatsException

public NoMetadataFormatsException(java.lang.String message)

NoMetadataFormatsException

public NoMetadataFormatsException(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