Class SpecificUserMustHaveOwnerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.SpecificUserMustHaveOwnerException
All Implemented Interfaces:
Serializable

public class SpecificUserMustHaveOwnerException extends PerunException
This exception means that serviceUser can't exist without any assigned user.
Author:
Michal Stava
See Also:
  • Constructor Details

    • SpecificUserMustHaveOwnerException

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

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

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