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:
Serializable
public final class ProcessException extends HBCI_Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessException(String st, HBCIMsgStatus ret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HBCIMsgStatusgetMsgStatus()-
Methods inherited from class org.kapott.hbci.exceptions.HBCI_Exception
isFatal, setFatal
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessException
public ProcessException(String st, HBCIMsgStatus ret)
-
-
Method Detail
-
getMsgStatus
public HBCIMsgStatus getMsgStatus()
-
-