org.opennms.web.map
Class MapsManagementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opennms.web.map.MapsException
org.opennms.web.map.MapsManagementException
- All Implemented Interfaces:
- Serializable
public class MapsManagementException
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MapsManagementException
public MapsManagementException()
- Create a new MapNotFoundException with no detail message.
MapsManagementException
public MapsManagementException(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.