org.glite.wms.wmproxy
Class ServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.wms.wmproxy.BaseException
              extended byorg.glite.wms.wmproxy.ServiceException
All Implemented Interfaces:
java.io.Serializable

public class ServiceException
extends BaseException

This exception is thrown to indicate that an error occurs during the execution of the remote method call to the WMProxy server

See Also:
Serialized Form

Constructor Summary
ServiceException()
          Constructs an Exception with no specified detail message.
ServiceException(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

ServiceException

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


ServiceException

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