public class GridCAException
extends java.lang.Exception
| Constructor and Description |
|---|
GridCAException(java.lang.String message)
Creates a new instance of CAException
|
GridCAException(java.lang.String message,
java.lang.String bundle)
Creates a new instance of GridCAException with
a localized message
|
GridCAException(java.lang.String message,
java.lang.String bundle,
java.lang.Object[] params)
Creates a new instance of GridCAException with
a localized message
|
GridCAException(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
|
public GridCAException(java.lang.String message)
message - the messagepublic GridCAException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause of the exceptionpublic GridCAException(java.lang.String message,
java.lang.String bundle)
message - the messagebundle - the resource bundlepublic GridCAException(java.lang.String message,
java.lang.String bundle,
java.lang.Object[] params)
message - the messagebundle - the resource bundleparams - parameters for the messagepublic GridCAException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String bundle,
java.lang.Object[] params)
message - the messagecause - the cause of the errorbundle - the resource bundleparams - parameters for the message