jp.terasoluna.fw.service.thin
Class BLogicMapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.terasoluna.fw.service.thin.BLogicMapperException
- All implemented interfaces:
- java.io.Serializable
public class BLogicMapperException
- extends java.lang.Exception
Exception which occurs when mapping process fails in AbstractBLogicMapper
or its inherited class.
In AbstractBLogicMapper
,
this exception is thrown after wrapping with
SystemException
.
For the mapping process of BLogic
,refer to the
AbstractBLogicMapper
,
BLogicMapper
,
BLogicIOPlugIn
- See Also:
AbstractBLogicMapper
,
BLogicMapper
,
BLogic
,
BLogicIO
,
BLogicProperty
,
BLogicResources
,
BLogicResult
,
BLogicIOPlugIn
,
AbstractBLogicAction
,
BLogicAction
,
Serialized form
Method inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Method inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Serial version ID
- See Also:
- Constant field value
BLogicMapperException
public BLogicMapperException()
- Constructor.
BLogicMapperException
public BLogicMapperException(java.lang.Throwable cause)
- Constructor.
- Parameter:
cause
- Exception which is the cause.