Class ExternalSystemConfigurationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.service.externalsystem.ExternalSystemConfigurationError
-
- All Implemented Interfaces:
Serializable
public class ExternalSystemConfigurationError extends OBException
Used to handle errors when anExternalSystem
cannot be properly configured- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalSystemConfigurationError(String message)
Creates a new ExternalSystemConfigurationError instance
-
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
-
ExternalSystemConfigurationError
public ExternalSystemConfigurationError(String message)
Creates a new ExternalSystemConfigurationError instance- Parameters:
message
- The error message
-
-