com.googlecode.jpattern.service.log.event
Class MessageException

java.lang.Object
  extended by com.googlecode.jpattern.service.log.event.MessageException
All Implemented Interfaces:
IMessage, Serializable

public class MessageException
extends Object
implements IMessage

Author:
Francesco Cina' 09/apr/2010
See Also:
Serialized Form

Constructor Summary
MessageException(String className, String methodName, String message, Date date)
           
MessageException(String className, String methodName, String message, Date date, Exception exception)
           
 
Method Summary
 String getClassName()
           
 Date getDate()
           
 Exception getException()
           
 String getExceptionStackTrace()
           
 String getExceptionType()
           
 String getMessage()
           
 String getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageException

public MessageException(String className,
                        String methodName,
                        String message,
                        Date date)

MessageException

public MessageException(String className,
                        String methodName,
                        String message,
                        Date date,
                        Exception exception)
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in interface IMessage

getDate

public Date getDate()
Specified by:
getDate in interface IMessage

getMessage

public String getMessage()
Specified by:
getMessage in interface IMessage

getMethod

public String getMethod()
Specified by:
getMethod in interface IMessage

getExceptionType

public String getExceptionType()

getExceptionStackTrace

public String getExceptionStackTrace()

getException

public Exception getException()


Copyright © 2011. All Rights Reserved.