java.io.Serializablepublic class ActivityContextBuilderException extends AspectranCheckedException
Created: 2017. 04. 08 PM 8:17:55
| Constructor | Description |
|---|---|
ActivityContextBuilderException() |
Simple constructor.
|
ActivityContextBuilderException(java.lang.String msg) |
Constructor to create exception with a message.
|
ActivityContextBuilderException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
ActivityContextBuilderException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public ActivityContextBuilderException()
public ActivityContextBuilderException(java.lang.String msg)
msg - the specific messagepublic ActivityContextBuilderException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic ActivityContextBuilderException(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.