Class SystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.servicelayer.exceptions.SystemException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AdminApiSystemException,AmbiguousIdentifierException,AuditConfigurationException,BatchException,CannotDecodePasswordException,ClassMismatchException,CommerceConsentGivenException,CommerceQuoteAssignmentException,CommerceQuoteExpirationTimeException,ConfigurationException,FlexibleSearchException,GigyaApiException,InvalidPasswordException,MediaIOException,ModelCreationException,ModelInitializationException,ModelLoadingException,ModelNotFoundException,ModelRemovalException,ModelSavingException,ModelValidationException,NoDataAvailableException,PasswordEncoderNotFoundException,PasswordMismatchException,PathTraversalException,PersistenceObjectException,RelationTypeNotSupportedException,ScimException,StockLevelEmptyHistoryEntryException,StockLevelNotFoundException,StockLevelUpdateException,UnknownIdentifierException
public class SystemException extends java.lang.RuntimeExceptionThrown when a system/technical error occurs (e.g. database connection error or flexible syntax error).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemException(java.lang.String message)SystemException(java.lang.String message, java.lang.Throwable cause)SystemException(java.lang.Throwable cause)
-