Package de.xima.fc.exceptions
Class ResourceAccessCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.ResourceAccessCheckException
- All Implemented Interfaces:
Serializable
Exception that is thrown when access to a resource could not be checked due an unhandled or unforeseen error.
- Since:
- 7.0.10
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceAccessCheckException
(URI resource) Creates a new exception for when access to a resource could not be checked.ResourceAccessCheckException
(URI resource, String message) Creates a new exception for when access to a resource could not be checked.ResourceAccessCheckException
(URI resource, String message, Throwable cause) Creates a new exception for when access to a resource could not be checked.ResourceAccessCheckException
(URI resource, Throwable cause) Creates a new exception for when access to a resource could not be checked.ResourceAccessCheckException
(URL resource) ResourceAccessCheckException
(URL resource, String message) Creates a new exception for when access to a resource could not be checked.ResourceAccessCheckException
(URL resource, String message, Throwable cause) Creates a new exception for when access to a resource could not be checked.ResourceAccessCheckException
(URL resource, Throwable cause) Creates a new exception for when access to a resource could not be checked. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceAccessCheckException
Creates a new exception for when access to a resource could not be checked.- Parameters:
resource
- The resource that could not be checked.
-
ResourceAccessCheckException
Creates a new exception for when access to a resource could not be checked.- Parameters:
resource
- The resource that could not be checked.message
- Error message detailing the reason why the check failed.
-
ResourceAccessCheckException
Creates a new exception for when access to a resource could not be checked.- Parameters:
resource
- The resource that could not be checked.message
- Error message detailing the reason why the check failed.cause
- Underlying cause that made the check fail.
-
ResourceAccessCheckException
Creates a new exception for when access to a resource could not be checked.- Parameters:
resource
- The resource that could not be checked.cause
- Underlying cause that made the check fail.
-
ResourceAccessCheckException
-
ResourceAccessCheckException
Creates a new exception for when access to a resource could not be checked.- Parameters:
resource
- The resource that could not be checked.message
- Error message detailing the reason why the check failed.
-
ResourceAccessCheckException
Creates a new exception for when access to a resource could not be checked.- Parameters:
resource
- The resource that could not be checked.message
- Error message detailing the reason why the check failed.cause
- Underlying cause that made the check fail.
-
ResourceAccessCheckException
Creates a new exception for when access to a resource could not be checked.- Parameters:
resource
- The resource that could not be checked.cause
- Underlying cause that made the check fail.
-
-
Method Details
-
getResource
- Returns:
- The resource that could not be checked.
-