Class ExtSourceUnsupportedOperationException

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

public class ExtSourceUnsupportedOperationException extends PerunException
This exception is thrown when the operation is not supported for this kind of ExtSource
Author:
Michal Prochazka
See Also:
  • Constructor Details

    • ExtSourceUnsupportedOperationException

      public ExtSourceUnsupportedOperationException()
      Constructor with no parameters
    • ExtSourceUnsupportedOperationException

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

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

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