Package org.opencms.file.wrapper
Class CmsSilentWrapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencms.file.wrapper.CmsSilentWrapperException
- All Implemented Interfaces:
Serializable
Exception to be used in wrappers for exceptions that you don't want to be logged as errors. It is the responsibility of the calling
code to handle these exceptions differently.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CmsSilentWrapperException
Creates a new exception instance.- Parameters:
e
- the cause
-