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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.indexdata.masterkey.pazpar2.client.exceptions.Pazpar2ErrorException
              extended by com.indexdata.masterkey.pazpar2.client.exceptions.ProxyErrorException
All Implemented Interfaces:
Serializable

public class ProxyErrorException
extends Pazpar2ErrorException

Proxy specific errors.

Author:
jakub
See Also:
Serialized Form

Nested Class Summary
static class ProxyErrorException.ErrorCode
           
 
Constructor Summary
ProxyErrorException(String msg, ProxyErrorException.ErrorCode code)
          Creates a proxy-specifix error returned to the client as a pazpar2 error.
 
Method Summary
 
Methods inherited from class com.indexdata.masterkey.pazpar2.client.exceptions.Pazpar2ErrorException
getAddInfo, getErrorCode, getErrorMsg, 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

ProxyErrorException

public ProxyErrorException(String msg,
                           ProxyErrorException.ErrorCode code)
Creates a proxy-specifix error returned to the client as a pazpar2 error.

Parameters:
msg -
code -


Copyright © 2012. All Rights Reserved.