com.xml_project.morganaxproc.filesystem
Class XProcFilesystem.UnsupportedMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.xml_project.morganaxproc.filesystem.XProcFilesystem.UnsupportedMethodException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XProcFilesystem

public final class XProcFilesystem.UnsupportedMethodException
extends java.io.IOException

An Exception thrown if a XProcHttpRequest which an unsupported method is found.

See Also:
Serialized Form

Constructor Summary
XProcFilesystem.UnsupportedMethodException(java.lang.String usedMethod, java.lang.String supportedMethods)
          Creates a new UnsupportedMethodException
 
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

XProcFilesystem.UnsupportedMethodException

public XProcFilesystem.UnsupportedMethodException(java.lang.String usedMethod,
                                                  java.lang.String supportedMethods)
Creates a new UnsupportedMethodException

Parameters:
usedMethod - the unsupported method.
supportedMethods - a string with the supported methods as info.