com.esri.aims.mtier.model.wmsmap
Class WMSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esri.aims.mtier.model.wmsmap.WMSException
All Implemented Interfaces:
Serializable

public class WMSException
extends Exception
implements Serializable

See Also:
Serialized Form

Constructor Summary
WMSException(String message)
          Constructs an instance of WMSException with given message.
 
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

WMSException

public WMSException(String message)
Constructs an instance of WMSException with given message.

Parameters:
message - the message.