org.glite.wms.wmproxy
Class ServiceURLException

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

public class ServiceURLException
extends BaseException

This exception is thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a specification string or the string could not be parsed.

See Also:
Serialized Form

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

ServiceURLException

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


ServiceURLException

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