Class DbTypeSystemException

All Implemented Interfaces:
Serializable

public class DbTypeSystemException extends IllegalStateException
Exception thrown during reading hybris db type system.
See Also:
  • Constructor Details

    • DbTypeSystemException

      public DbTypeSystemException()
    • DbTypeSystemException

      public DbTypeSystemException(String message)
    • DbTypeSystemException

      public DbTypeSystemException(Throwable cause)
    • DbTypeSystemException

      public DbTypeSystemException(String message, Throwable cause)