org.apgrid.grpc.ng
Class NgInitializeGrpcClientException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.gridforum.gridrpc.GrpcException
              extended byorg.apgrid.grpc.ng.NgException
                  extended byorg.apgrid.grpc.ng.NgInitializeGrpcClientException
All Implemented Interfaces:
java.io.Serializable

public class NgInitializeGrpcClientException
extends NgException

Thrown to indicate that an error occurred when initializing NgGrpcClient (calling NgGrpcClient#activate() method).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gridforum.gridrpc.GrpcException
innerException, os, str
 
Constructor Summary
NgInitializeGrpcClientException(java.lang.Exception e)
          Creates NgInitializeGrpcClientException with original Exception.
NgInitializeGrpcClientException(java.lang.String string)
          Creates NgInitializeGrpcClientException with an error message.
NgInitializeGrpcClientException(java.lang.String string, java.lang.Exception e)
          Creates NgInitializeGrpcClientException with an error message and original Exception.
 
Methods inherited from class org.gridforum.gridrpc.GrpcException
printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NgInitializeGrpcClientException

public NgInitializeGrpcClientException(java.lang.Exception e)
Creates NgInitializeGrpcClientException with original Exception.

Parameters:
e - original Exception.

NgInitializeGrpcClientException

public NgInitializeGrpcClientException(java.lang.String string)
Creates NgInitializeGrpcClientException with an error message.

Parameters:
string - an error message.

NgInitializeGrpcClientException

public NgInitializeGrpcClientException(java.lang.String string,
                                       java.lang.Exception e)
Creates NgInitializeGrpcClientException with an error message and original Exception.

Parameters:
string - an error message.
e - original Exception.