All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.las.ogdi.ServerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.las.ogdi.ServerException

public class ServerException
extends Exception
The ServerException class defines abnormal condition handling of ecs methods.

Version:
1.1
Author:
Las Inc.

Constructor Index

 o ServerException(String)
Overloads the general ecs exception handling mechanism by adding a message.

Constructors

 o ServerException
 public ServerException(String message)
Overloads the general ecs exception handling mechanism by adding a message.

Parameters:
message - a human-readable message describing the type of exception
Returns:
no return
Throws: no
exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index