Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.servicelayer.exceptions.SystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AdminApiSystemException,AmbiguousIdentifierException,AuditConfigurationException,BatchException,CannotDecodePasswordException,ClassMismatchException,CommerceConsentGivenException,CommerceQuoteAssignmentException,CommerceQuoteExpirationTimeException,ConfigurationException,FlexibleSearchException,InvalidPasswordException,KymaDestinationTargetRegistrationException,MediaIOException,ModelCreationException,ModelInitializationException,ModelLoadingException,ModelNotFoundException,ModelRemovalException,ModelSavingException,ModelValidationException,NoDataAvailableException,PasswordEncoderNotFoundException,PasswordMismatchException,PathTraversalException,PersistenceObjectException,RelationTypeNotSupportedException,StockLevelEmptyHistoryEntryException,StockLevelNotFoundException,StockLevelUpdateException,UnknownIdentifierException
Thrown when a system/technical error occurs (e.g. database connection error or flexible syntax error).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemException(String message) SystemException(String message, Throwable cause) SystemException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemException
-
SystemException
-
SystemException
-