Package org.openbravo.scheduling
Class ParameterSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.scheduling.ParameterSerializationException
-
- All Implemented Interfaces:
Serializable
public class ParameterSerializationException extends OBException
Class used to handle the errors when serializing or deserializing the parameters of aProcessBundle
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterSerializationException(String message)
Creates a new ParameterSerializationException.
-
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
-
ParameterSerializationException
public ParameterSerializationException(String message)
Creates a new ParameterSerializationException.- Parameters:
message
- The exception message
-
-