org.apertereports.ws.exception
Class ReportWebServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apertereports.ws.exception.ReportWebServiceException
All Implemented Interfaces:
Serializable

@SoapFault(faultCode=SERVER)
public class ReportWebServiceException
extends Exception

See Also:
Serialized Form

Constructor Summary
ReportWebServiceException(AperteReportsException e)
           
ReportWebServiceException(ReportConstants.ErrorCodes errorCode, String message)
           
ReportWebServiceException(ReportConstants.ErrorCodes errorCode, String message, Throwable e)
           
ReportWebServiceException(Throwable cause)
           
 
Method Summary
 ReportConstants.ErrorCodes getErrorCode()
           
 String getErrorDesc()
           
 
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

ReportWebServiceException

public ReportWebServiceException(AperteReportsException e)

ReportWebServiceException

public ReportWebServiceException(ReportConstants.ErrorCodes errorCode,
                                 String message)

ReportWebServiceException

public ReportWebServiceException(ReportConstants.ErrorCodes errorCode,
                                 String message,
                                 Throwable e)

ReportWebServiceException

public ReportWebServiceException(Throwable cause)
Method Detail

getErrorCode

public ReportConstants.ErrorCodes getErrorCode()

getErrorDesc

public String getErrorDesc()


Copyright © 2011-2012. All Rights Reserved.