org.nfis.gdas.service
Class ServiceReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nfis.gdas.service.ServiceReportException
All Implemented Interfaces:
java.io.Serializable, org.nfis.util.NfisException

public class ServiceReportException
extends java.lang.Exception
implements org.nfis.util.NfisException

Author:
Aaron TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String errorCode
           
 
Constructor Summary
ServiceReportException(java.lang.String message)
           
ServiceReportException(java.lang.String exceptionCode, java.lang.String message)
          Constructs a ServiceExceptionReport with Exception Code and message
ServiceReportException(java.lang.String errorCode, java.lang.Throwable cause, java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String getErrorCode()
           
 net.opengis.ogc.ServiceExceptionReportDocument getServiceExceptionXml()
           
 
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
 
Methods inherited from interface org.nfis.util.NfisException
getMessage
 

Field Detail

errorCode

java.lang.String errorCode
Constructor Detail

ServiceReportException

public ServiceReportException(java.lang.String exceptionCode,
                              java.lang.String message)
Constructs a ServiceExceptionReport with Exception Code and message

Parameters:
exceptionCode -
message -

ServiceReportException

public ServiceReportException(java.lang.String message)

ServiceReportException

public ServiceReportException(java.lang.String errorCode,
                              java.lang.Throwable cause,
                              java.lang.String errorMessage)
Method Detail

getServiceExceptionXml

public net.opengis.ogc.ServiceExceptionReportDocument getServiceExceptionXml()

getErrorCode

public java.lang.String getErrorCode()
Specified by:
getErrorCode in interface org.nfis.util.NfisException