org.apache.synapse.aspects.statistics
Class ErrorLog

java.lang.Object
  extended by org.apache.synapse.aspects.statistics.ErrorLog

public class ErrorLog
extends Object

Represent the error logs


Constructor Summary
ErrorLog(String errorCode)
           
 
Method Summary
 String getErrorCode()
           
 String getErrorDetail()
           
 String getErrorMessage()
           
 Exception getException()
           
 void setErrorCode(String errorCode)
           
 void setErrorDetail(String errorDetail)
           
 void setErrorMessage(String errorMessage)
           
 void setException(Exception exception)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorLog

public ErrorLog(String errorCode)
Method Detail

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String errorCode)

getException

public Exception getException()

setException

public void setException(Exception exception)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

getErrorDetail

public String getErrorDetail()

setErrorDetail

public void setErrorDetail(String errorDetail)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.