Class NoExecutionProcessFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.advpaymentmngt.exception.NoExecutionProcessFoundException
-
- All Implemented Interfaces:
Serializable
public class NoExecutionProcessFoundException extends OBException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoExecutionProcessFoundException()
NoExecutionProcessFoundException(String message)
NoExecutionProcessFoundException(String message, Throwable cause)
NoExecutionProcessFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoExecutionProcessFoundException
public NoExecutionProcessFoundException()
-
NoExecutionProcessFoundException
public NoExecutionProcessFoundException(String message, Throwable cause)
-
NoExecutionProcessFoundException
public NoExecutionProcessFoundException(String message)
-
NoExecutionProcessFoundException
public NoExecutionProcessFoundException(Throwable cause)
-
-