com.indexdata.masterkey.pazpar2.client.exceptions
Class Pazpar2ErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.indexdata.masterkey.pazpar2.client.exceptions.Pazpar2ErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Pazpar2InitException, Pazpar2MissingRecordException, ProxyErrorException

public class Pazpar2ErrorException
extends Exception

See Also:
Serialized Form

Constructor Summary
Pazpar2ErrorException(String msg, int errorCode, String errorMsg, String addInfo)
           
 
Method Summary
 String getAddInfo()
           
 int getErrorCode()
           
 String getErrorMsg()
           
 String toXML()
           
 
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

Pazpar2ErrorException

public Pazpar2ErrorException(String msg,
                             int errorCode,
                             String errorMsg,
                             String addInfo)
Method Detail

getErrorCode

public int getErrorCode()

getErrorMsg

public String getErrorMsg()

getAddInfo

public String getAddInfo()

toXML

public String toXML()


Copyright © 2012. All Rights Reserved.