org.joone.exception
Class JooneRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.joone.exception.JooneRuntimeException
-
- All Implemented Interfaces:
- java.io.Serializable
public class JooneRuntimeException extends java.lang.RuntimeExceptionThis is a wrapper class for theExceptionthrown 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.StringgetLocalizedMessage()java.lang.StringgetMessage()
-
-
-
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 ExceptionanInitialException- When applying the Original Exception that was thrown.
-
-
Method Detail
-
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessagein classjava.lang.Throwable- See Also:
Throwable.getLocalizedMessage()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable- See Also:
Throwable.getMessage()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG