public class UnsupportedLocationException
extends java.lang.Exception
Location
is not
supported by some method or framework. For example a reader
class might be able to only handle local files and would fail
to access remotely located data. This exception can also be used
when remote resources require some unsupported protocol or
are not accessible due to firewall or other technical means.Constructor and Description |
---|
UnsupportedLocationException(Location location) |
UnsupportedLocationException(java.lang.String message,
Location location,
java.lang.Throwable cause) |
UnsupportedLocationException(java.lang.String message,
java.lang.Throwable cause) |
UnsupportedLocationException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation() |
public UnsupportedLocationException(Location location)
public UnsupportedLocationException(java.lang.String message, Location location, java.lang.Throwable cause)
message
- public UnsupportedLocationException(java.lang.Throwable cause)
cause
- public UnsupportedLocationException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public Location getLocation()