Class ViewDispatcherException

All Implemented Interfaces:
Serializable

public class ViewDispatcherException extends ResponseException
Base class for exceptions thrown during view dispatching.

Created: 2008. 01. 07 AM 3:35:55

See Also:
  • Constructor Details

    • ViewDispatcherException

      public ViewDispatcherException()
      Simple constructor.
    • ViewDispatcherException

      public ViewDispatcherException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - the detail message
    • ViewDispatcherException

      public ViewDispatcherException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • ViewDispatcherException

      public ViewDispatcherException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the detail message
      cause - the real cause of the exception