Class ObjectIDMismatchException

All Implemented Interfaces:
Serializable

public class ObjectIDMismatchException extends PerunException
Exception thrown when IDs in passed API object do not match real state in Perun.
Author:
Pavel Zlamal
See Also:
  • Constructor Details

    • ObjectIDMismatchException

      public ObjectIDMismatchException()
      Constructor without arguments
    • ObjectIDMismatchException

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

      public ObjectIDMismatchException(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
    • ObjectIDMismatchException

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