public class IndexMaintenanceException extends CacheRuntimeException
Constructor and Description |
---|
IndexMaintenanceException()
Creates a new instance of
IndexMaintenanceException without detail message. |
IndexMaintenanceException(String msg)
Constructs an instance of
IndexMaintenanceException with the specified detail
message. |
IndexMaintenanceException(String msg,
Throwable cause)
Constructs an instance of
IndexMaintenanceException with the specified detail
message and cause. |
IndexMaintenanceException(Throwable cause)
Constructs an instance of
IndexMaintenanceException with the specified cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IndexMaintenanceException()
IndexMaintenanceException
without detail message.public IndexMaintenanceException(String msg)
IndexMaintenanceException
with the specified detail
message.msg
- the detail message.public IndexMaintenanceException(String msg, Throwable cause)
IndexMaintenanceException
with the specified detail
message and cause.msg
- the detail messagecause
- the causal Throwablepublic IndexMaintenanceException(Throwable cause)
IndexMaintenanceException
with the specified cause.cause
- the causal Throwable