Documentation of 'org.joone.exception.JooneRuntimeException' Java class
JooneRuntimeException
org.joone.exception

Class JooneRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable


    public class JooneRuntimeException
    extends java.lang.RuntimeException
    This is a wrapper class for the Exception thrown by the application.
    See Also:
    Exception, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      JooneRuntimeException(java.lang.String aMessage)
      Constructor for JooneRuntimeException.
      JooneRuntimeException(java.lang.String aMessage, java.lang.Throwable anInitialException)
      Constructor for JooneRunTimeException.
      JooneRuntimeException(java.lang.Throwable anInitialException)
      Constructor for JooneRunTimeException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getLocalizedMessage() 
      java.lang.String getMessage() 
      • Methods inherited from class java.lang.Throwable

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

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

      • JooneRuntimeException

        public JooneRuntimeException(java.lang.String aMessage)
        Constructor for JooneRuntimeException.
        Parameters:
        aMessage - to be displayed.
      • JooneRuntimeException

        public JooneRuntimeException(java.lang.Throwable anInitialException)
        Constructor for JooneRunTimeException.
        Parameters:
        anInitialException - When applying the Original Exception that was thrown.
      • JooneRuntimeException

        public JooneRuntimeException(java.lang.String aMessage,
                                     java.lang.Throwable anInitialException)
        Constructor for JooneRunTimeException.
        Parameters:
        aMessage - The message explaining the origin of the Exception
        anInitialException - When applying the Original Exception that was thrown.
    • Method Detail

      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable
        See Also:
        Throwable.getLocalizedMessage()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
        See Also:
        Throwable.getMessage()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.