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

public class SystemException extends RuntimeException
Thrown when a system/technical error occurs (e.g. database connection error or flexible syntax error).
See Also:
  • Constructor Details

    • SystemException

      public SystemException(String message)
    • SystemException

      public SystemException(Throwable cause)
    • SystemException

      public SystemException(String message, Throwable cause)