Package de.elo.ix.client
Class FormatBException
java.lang.Object
de.elo.ix.client.FormatBException
- All Implemented Interfaces:
byps.BExceptionO.FormatMessageFnct
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatMessage
(int code, String msg, String details, Throwable cause) Format message.
-
Constructor Details
-
FormatBException
public FormatBException()
-
-
Method Details
-
formatMessage
Description copied from interface:byps.BExceptionO.FormatMessageFnct
Format message.- Specified by:
formatMessage
in interfacebyps.BExceptionO.FormatMessageFnct
- Parameters:
code
- Error code, see byps.BExceptionCmsg
- Error messagedetails
- Error detailscause
- Inner exception- Returns:
- Message string
-