java.io.SerializableSchedulerServiceExceptionpublic class AspectranServiceException extends AspectranCheckedException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
AspectranServiceException() |
Simple constructor
|
AspectranServiceException(java.lang.String msg) |
Constructor to create exception with a message.
|
AspectranServiceException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
AspectranServiceException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public AspectranServiceException()
public AspectranServiceException(java.lang.String msg)
msg - a message to associate with the exceptionpublic AspectranServiceException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic AspectranServiceException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.