org.itracker.services.exceptions
Class ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.itracker.services.exceptions.ReportException
All Implemented Interfaces:
Serializable

public class ReportException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ReportException()
           
ReportException(String message)
           
ReportException(String message, String errorKey)
           
ReportException(Throwable e)
           
 
Method Summary
 String getErrorKey()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportException

public ReportException()

ReportException

public ReportException(String message)

ReportException

public ReportException(Throwable e)

ReportException

public ReportException(String message,
                       String errorKey)
Method Detail

getErrorKey

public String getErrorKey()


Copyright © 2002-2012 itracker. All Rights Reserved.