Module org.kohsuke.github.api
Package org.kohsuke.github
Class GHNotExternallyManagedEnterpriseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.kohsuke.github.GHIOException
org.kohsuke.github.GHEnterpriseManagedUsersException
org.kohsuke.github.GHNotExternallyManagedEnterpriseException
- All Implemented Interfaces:
Serializable
Failure when the operation cannot be carried out because the resource is not part of an externally managed
enterprise.
- Author:
- Miguel Esteban GutiƩrrez
- See Also:
-
Field Summary
Fields inherited from class org.kohsuke.github.GHIOException
responseHeaderFields
-
Constructor Summary
ConstructorDescriptionGHNotExternallyManagedEnterpriseException
(String message, GHError error, Throwable cause) Instantiates a new exception. -
Method Summary
Methods inherited from class org.kohsuke.github.GHEnterpriseManagedUsersException
getError
Methods inherited from class org.kohsuke.github.GHIOException
getResponseHeaderFields
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GHNotExternallyManagedEnterpriseException
Instantiates a new exception.- Parameters:
message
- the messageerror
- the error that caused the exceptioncause
- the cause
-