Package com.sun.grid.ca
Class GridCAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.grid.ca.GridCAException
- All Implemented Interfaces:
Serializable
This exception wraps all errors of the GridCA
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGridCAException(String message) Creates a new instance of CAExceptionGridCAException(String message, String bundle) Creates a new instance of GridCAException with a localized messageGridCAException(String message, String bundle, Object[] params) Creates a new instance of GridCAException with a localized messageGridCAException(String message, Throwable cause) Creates a new instance of GridCAException.GridCAException(String message, Throwable cause, String bundle, Object[] params) Creates a new instance of GridCAException with a localized message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GridCAException
Creates a new instance of CAException- Parameters:
message- the message
-
GridCAException
Creates a new instance of GridCAException.- Parameters:
message- the messagecause- the cause of the exception
-
GridCAException
Creates a new instance of GridCAException with a localized message- Parameters:
message- the messagebundle- the resource bundle
-
GridCAException
Creates a new instance of GridCAException with a localized message- Parameters:
message- the messagebundle- the resource bundleparams- parameters for the message
-
GridCAException
Creates a new instance of GridCAException with a localized message- Parameters:
message- the messagecause- the cause of the errorbundle- the resource bundleparams- parameters for the message
-