Class VisibilityParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.text.ParseException
org.apache.accumulo.core.security.VisibilityParseException
- All Implemented Interfaces:
Serializable
An exception thrown when a visibility string cannot be parsed.
- See Also:
-
Constructor Summary
ConstructorDescriptionVisibilityParseException
(String reason, byte[] visibility, int errorOffset) Creates a new exception. -
Method Summary
Methods inherited from class java.text.ParseException
getErrorOffset
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VisibilityParseException
Creates a new exception.- Parameters:
reason
- reason stringvisibility
- visibility that could not be parsederrorOffset
- offset into visibility where parsing failed
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-