org.glite.wms.wmproxy
Class BaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.wms.wmproxy.BaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationFaultException, AuthorizationFaultException, CredentialException, GetQuotaManagementFaultException, InvalidArgumentFaultException, JobUnknownFaultException, NoSuitableResourcesFaultException, OperationNotAllowedFaultException, ServerOverloadedFaultException, ServiceException, ServiceURLException

public class BaseException
extends java.lang.Exception

The class BaseException and its subclasses are a form of Exception that handle errors occuring during the operations.

See Also:
Serialized Form

Constructor Summary
BaseException()
          Constructs an Exception with no specified detail message.
BaseException(java.lang.String message)
          Constructs an Exception with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseException

public BaseException()
Constructs an Exception with no specified detail message.


BaseException

public BaseException(java.lang.String message)
Constructs an Exception with the specified detail message.