Class CmsSilentWrapperException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsSilentWrapperException
    extends java.lang.RuntimeException
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsSilentWrapperException​(java.lang.Throwable e)
      Creates a new exception instance.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CmsSilentWrapperException

        public CmsSilentWrapperException​(java.lang.Throwable e)
        Creates a new exception instance.

        Parameters:
        e - the cause