Package org.kapott.hbci.exceptions
Class ProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kapott.hbci.exceptions.HBCI_Exception
-
- org.kapott.hbci.exceptions.ProcessException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ProcessException extends HBCI_Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private HBCIMsgStatus
msgStatus
-
Constructor Summary
Constructors Constructor Description ProcessException(java.lang.String st, HBCIMsgStatus ret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HBCIMsgStatus
getMsgStatus()
-
Methods inherited from class org.kapott.hbci.exceptions.HBCI_Exception
applyLogFilter, isFatal, setFatal
-
-
-
-
Field Detail
-
msgStatus
private HBCIMsgStatus msgStatus
-
-
Constructor Detail
-
ProcessException
public ProcessException(java.lang.String st, HBCIMsgStatus ret)
-
-
Method Detail
-
getMsgStatus
public HBCIMsgStatus getMsgStatus()
-
-