Class ForbiddenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.rest.client.error.ApicurioRestClientException
-
- io.apicurio.rest.client.auth.exception.ForbiddenException
-
- All Implemented Interfaces:
Serializable
public class ForbiddenException extends ApicurioRestClientException
- Author:
- Carles Arnal 'carnalca@redhat.com'
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenException(String error)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ForbiddenException
public ForbiddenException(String error)
-
-