Package org.apache.jackrabbit.vault.vlt
Class VltException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jackrabbit.vault.vlt.VltException
-
- All Implemented Interfaces:
Serializable
public class VltException extends Exception
VaultException...- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VltException(String message)VltException(String path, boolean isUserError, String message, Throwable cause)VltException(String path, String message)VltException(String path, String message, Throwable cause)VltException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetPath()booleanisUserError()Stringmessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-