Package com.sun.grid.ca
Class GridCAException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.grid.ca.GridCAException
-
- All Implemented Interfaces:
java.io.Serializable
public class GridCAException extends java.lang.Exception
This exception wraps all errors of the GridCA- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridCAException(java.lang.String message)
Creates a new instance of CAExceptionGridCAException(java.lang.String message, java.lang.String bundle)
Creates a new instance of GridCAException with a localized messageGridCAException(java.lang.String message, java.lang.String bundle, java.lang.Object[] params)
Creates a new instance of GridCAException with a localized messageGridCAException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance of GridCAException.GridCAException(java.lang.String message, java.lang.Throwable cause, java.lang.String bundle, java.lang.Object[] params)
Creates a new instance of GridCAException with a localized message
-
-
-
Constructor Detail
-
GridCAException
public GridCAException(java.lang.String message)
Creates a new instance of CAException- Parameters:
message
- the message
-
GridCAException
public GridCAException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance of GridCAException.- Parameters:
message
- the messagecause
- the cause of the exception
-
GridCAException
public GridCAException(java.lang.String message, java.lang.String bundle)
Creates a new instance of GridCAException with a localized message- Parameters:
message
- the messagebundle
- the resource bundle
-
GridCAException
public GridCAException(java.lang.String message, java.lang.String bundle, java.lang.Object[] params)
Creates a new instance of GridCAException with a localized message- Parameters:
message
- the messagebundle
- the resource bundleparams
- parameters for the message
-
GridCAException
public GridCAException(java.lang.String message, java.lang.Throwable cause, java.lang.String bundle, java.lang.Object[] params)
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
-
-