クラス AuthorizationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
org.iplass.mtp.impl.auth.authenticate.token.web.AuthorizationRequiredException
- すべての実装されたインタフェース:
Serializable
public class AuthorizationRequiredException
extends jakarta.ws.rs.WebApplicationException
- 関連項目:
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタコンストラクタ説明AuthorizationRequiredException(String scheme, String realm, String errorCode, String errorDescription) -
メソッドの概要
クラスから継承されたメソッド jakarta.ws.rs.WebApplicationException
getResponseクラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
フィールド詳細
-
CODE_NONE
- 関連項目:
-
CODE_INVALID_REQUEST
- 関連項目:
-
CODE_INVALID_TOKEN
- 関連項目:
-
CODE_INSUFFICIENT_SCOPE
- 関連項目:
-
-
コンストラクタの詳細
-
AuthorizationRequiredException
-