Class IXError

java.lang.Object
de.elo.ix.client.IXError

public class IXError extends Object
This class contains the parts of a RemoteException in member variables. Use method parseException to obtain an Error object from a RemoteException;
  • Field Details

    • code

      public int code
    • msg

      public String msg
    • ticket

      public String ticket
    • callId

      public String callId
  • Constructor Details

    • IXError

      public IXError()
  • Method Details

    • parseException

      public static IXError parseException(de.elo.utils.net.RemoteException ex)
      Parses a RemoteException raised from Indexserver JAXRPC.TIE.04: Internal Server Error (JAXRPCTIE01: caught exception while handling request: de.elo.ix.exec.IXException: [ELOIX:3004]Das Archiv ist verschlossen.) ... [TICKET:3DBE5D856A69D6D8A6455B3BB46E5776:5][ELOIX:5023]Das Objekt mi...
      Parameters:
      ex - RemoteException
      Returns:
      Error object