com.parthparekh.service.exception
Class ExceptionMessage

java.lang.Object
  extended by com.parthparekh.service.exception.ExceptionMessage

public class ExceptionMessage
extends java.lang.Object

Exception message object


Field Summary
private  java.lang.String errorMessage
           
 
Constructor Summary
ExceptionMessage(java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorMessage

private java.lang.String errorMessage
Constructor Detail

ExceptionMessage

public ExceptionMessage(java.lang.String errorMessage)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object