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