Class InfinispanException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InfinispanConfigurationException

public class InfinispanException extends RuntimeException
InfinispanException is raised when any runtime error not related to configuration is raised. It wraps the underlying exception/error.
Since:
14.0
See Also:
  • Constructor Details

    • InfinispanException

      public InfinispanException(String message)
    • InfinispanException

      public InfinispanException(String message, Throwable throwable)