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
public class AuthorizationException extends GeoNetworkException
Exception thrown when an authorization failure occurs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException()Constructs 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.AuthorizationException(Throwable arg0)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 Detail
-
AuthorizationException
public AuthorizationException()
Constructs a new authorization exception.
-
AuthorizationException
public AuthorizationException(String arg0, Throwable arg1)
Constructs a new authorization exception with the specified detail message and cause.- Parameters:
arg0- the detail messagearg1- the cause
-
AuthorizationException
public AuthorizationException(String arg0)
Constructs a new authorization exception with the specified detail message.- Parameters:
arg0- the detail message
-
AuthorizationException
public AuthorizationException(Throwable arg0)
Constructs a new authorization exception with the specified cause.- Parameters:
arg0- the cause
-
-