Class UrlSigningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.security.urlsigning.exception.UrlSigningException
All Implemented Interfaces:
Serializable

public class UrlSigningException extends Exception
An Exception thrown if there is a problem signing a URL.
See Also:
  • Constructor Details

    • UrlSigningException

      public UrlSigningException(Throwable t)
  • Method Details

    • urlNotSupported

      public static UrlSigningException urlNotSupported()
    • internalProviderError

      public static UrlSigningException internalProviderError()
    • getReason

      public org.opencastproject.security.urlsigning.exception.UrlSigningException.Reason getReason()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable