com.supermap.services.wms
Class InitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.supermap.services.wms.InitException
-
- All Implemented Interfaces:
- java.io.Serializable
public class InitException extends java.lang.ExceptionInitialization exception.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InitException(java.lang.String message)Construct new initialization exception with a detailed message.InitException(java.lang.String message, java.lang.Throwable cause)Construct new initialization exception with a detailed message.
-
-
-
Constructor Detail
-
InitException
public InitException(java.lang.String message)
Construct new initialization exception with a detailed message.- Parameters:
message- detailed message.
-
InitException
public InitException(java.lang.String message, java.lang.Throwable cause)Construct new initialization exception with a detailed message.- Parameters:
message- detailed message.case-
-
-