org.opennms.web.map
Class MapNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.web.map.MapsException
              extended by org.opennms.web.map.MapNotFoundException
All Implemented Interfaces:
Serializable

public class MapNotFoundException
extends MapsException

Signals that an attempt to obtain the map denoted by a specified identifier has failed.

Author:
Antonio Russo, DJ Gregor
See Also:
Serialized Form

Constructor Summary
MapNotFoundException()
          Create a new MapNotFoundException with no detail message.
MapNotFoundException(String msg)
          Create a new MapNotFoundException with the String specified as an error 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

MapNotFoundException

public MapNotFoundException()
Create a new MapNotFoundException with no detail message.


MapNotFoundException

public MapNotFoundException(String msg)
Create a new MapNotFoundException with the String specified as an error message.

Parameters:
msg - The error message for the exception.


Copyright © 2009. All Rights Reserved.