Class ComponentReloadingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ComponentReloadingException
    extends java.lang.Exception
    Exception for problems in the reloading strategy.
    Version:
    $Revision$
    Author:
    Jason van Zyl
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentReloadingException​(java.lang.String message)
      Construct a new ComponentReloadingException instance.
      ComponentReloadingException​(java.lang.String message, java.lang.Throwable cause)
      Construct a new ComponentReloadingException instance.
      ComponentReloadingException​(java.lang.Throwable cause)
      Construct a new ComponentReloadingException 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

      • ComponentReloadingException

        public ComponentReloadingException​(java.lang.String message)
        Construct a new ComponentReloadingException instance.
        Parameters:
        message - exception message
      • ComponentReloadingException

        public ComponentReloadingException​(java.lang.Throwable cause)
        Construct a new ComponentReloadingException instance.
        Parameters:
        cause - causing exception to chain
      • ComponentReloadingException

        public ComponentReloadingException​(java.lang.String message,
                                           java.lang.Throwable cause)
        Construct a new ComponentReloadingException instance.
        Parameters:
        message - exception message
        cause - causing exception to chain