Package de.elo.ix.client
Class IXExceptionData
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.IXExceptionData
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected String
String containing the ClientInfo.callId for the ClientInfo object.protected String
Detail text for the exception.protected int
This is the type of exception.protected String
The error message text for the exception.protected String
Ticket given to the function.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionIXExceptionData
(String callId, String details, int exceptionType, String message, String ticket) -
Method Summary
Modifier and TypeMethodDescriptionint
void
void
setDetails
(String details) void
setExceptionType
(int exceptionType) void
setMessage
(String message) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
callId
String containing the ClientInfo.callId for the ClientInfo object. This is given to the function which triggered/caused the error. -
details
Detail text for the exception. -
exceptionType
protected int exceptionTypeThis is the type of exception. This is one of the constants from IXExceptionC.- See Also:
-
message
The error message text for the exception. -
ticket
Ticket given to the function.
-
-
Constructor Details
-
IXExceptionData
public IXExceptionData() -
IXExceptionData
-
-
Method Details