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