public class MapException
extends java.lang.Exception
Map service component exception information.
| Constructor and Description |
|---|
MapException()
Default constructor.
|
MapException(java.lang.String message)
Constructs a new exception with specified details.
|
MapException(java.lang.String message, java.lang.Throwable cause)
Constructs a new exception with specified details and causes.
|
MapException(java.lang.Throwable cause)
Constructs a new exception with causes.
|
public MapException()
Default constructor.
public MapException(java.lang.String message)
Constructs a new exception with specified details.
message - detailed message.
public MapException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with specified details and causes.
message - detailed message.cause - The cause.public MapException(java.lang.Throwable cause)
Constructs a new exception with causes.
cause - The cause.