Class AuthenticationFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthenticationFailedException
    extends EdcApiException
    Indicates that an authorization was not possible or failed, e.g. due to missing or unreadable auth headers
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AuthenticationFailedException

        public AuthenticationFailedException()
      • AuthenticationFailedException

        public AuthenticationFailedException​(java.lang.String message)