Class ConsistencyErrorException

All Implemented Interfaces:
Serializable

public class ConsistencyErrorException extends InternalErrorException
This exception raises when some inconsistency in underlying data sources occurs. Usually, it cannot be solved on the client side, but it has to be fixed by Perun developers.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • ConsistencyErrorException

      public ConsistencyErrorException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • ConsistencyErrorException

      public ConsistencyErrorException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • ConsistencyErrorException

      public ConsistencyErrorException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception