java.io.Serializablepublic class TransletScanFailedException extends AspectranRuntimeException
| Constructor | Description |
|---|---|
TransletScanFailedException() |
Simple constructor.
|
TransletScanFailedException(java.lang.String msg) |
Constructor to create exception with a message.
|
TransletScanFailedException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
TransletScanFailedException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public TransletScanFailedException()
public TransletScanFailedException(java.lang.String msg)
msg - a message to associate with the exceptionpublic TransletScanFailedException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic TransletScanFailedException(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.