Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.spatial.data.geonetwork.model.faults.GeoNetworkException
org.gcube.spatial.data.geonetwork.model.faults.AuthorizationException
- All Implemented Interfaces:
Serializable
Exception thrown when an authorization failure occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new authorization exception.AuthorizationException(String arg0) Constructs a new authorization exception with the specified detail message.AuthorizationException(String arg0, Throwable arg1) Constructs a new authorization exception with the specified detail message and cause.Constructs a new authorization exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationException
public AuthorizationException()Constructs a new authorization exception. -
AuthorizationException
Constructs a new authorization exception with the specified detail message and cause.- Parameters:
arg0- the detail messagearg1- the cause
-
AuthorizationException
Constructs a new authorization exception with the specified detail message.- Parameters:
arg0- the detail message
-
AuthorizationException
Constructs a new authorization exception with the specified cause.- Parameters:
arg0- the cause
-