Class NoAlgorithmFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.advpaymentmngt.exception.NoAlgorithmFoundException
-
- All Implemented Interfaces:
Serializable
public class NoAlgorithmFoundException extends OBException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAlgorithmFoundException()
NoAlgorithmFoundException(String message)
NoAlgorithmFoundException(String message, Throwable cause)
NoAlgorithmFoundException(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
-
-