Class IXExceptionData

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.IXExceptionData
All Implemented Interfaces:
Serializable

public class IXExceptionData extends ValueClass implements Serializable
This class describes an exception that can occur during the execution of an Index server function.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • callId

      protected String callId
      String containing the ClientInfo.callId for the ClientInfo object. This is given to the function which triggered/caused the error.
    • details

      protected String details
      Detail text for the exception.
    • exceptionType

      protected int exceptionType
      This is the type of exception. This is one of the constants from IXExceptionC.
      See Also:
    • message

      protected String message
      The error message text for the exception.
    • ticket

      protected String ticket
      Ticket given to the function.
  • Constructor Details

    • IXExceptionData

      public IXExceptionData()
    • IXExceptionData

      public IXExceptionData(String callId, String details, int exceptionType, String message, String ticket)
  • Method Details

    • getCallId

      public String getCallId()
    • setCallId

      public void setCallId(String callId)
    • getDetails

      public String getDetails()
    • setDetails

      public void setDetails(String details)
    • getExceptionType

      public int getExceptionType()
    • setExceptionType

      public void setExceptionType(int exceptionType)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getTicket

      public String getTicket()
    • setTicket

      public void setTicket(String ticket)
    • toString

      public String toString()
      Overrides:
      toString in class Object