uk.ac.soton.ecs.grimoires.proxy
Class GrimoiresProxyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.soton.ecs.grimoires.proxy.GrimoiresProxyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MetadataFormatException, MissingInformationException, NonWebServiceProxyException

public class GrimoiresProxyException
extends Exception

See Also:
Serialized Form

Constructor Summary
GrimoiresProxyException()
           
GrimoiresProxyException(String message)
           
GrimoiresProxyException(String message, Throwable cause)
           
GrimoiresProxyException(Throwable cause)
           
 
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

GrimoiresProxyException

public GrimoiresProxyException()

GrimoiresProxyException

public GrimoiresProxyException(String message,
                               Throwable cause)
Parameters:
message -
cause -

GrimoiresProxyException

public GrimoiresProxyException(String message)
Parameters:
message -

GrimoiresProxyException

public GrimoiresProxyException(Throwable cause)
Parameters:
cause -