Class InternalException

  • All Implemented Interfaces:
    Serializable

    public class InternalException
    extends ServerException
    An instance of this class is trown in case of processing your transaction has resulted in an internal system error. Note that you should never receive this exception. However, if so, please contact support.
    Author:
    Andreas Schmid
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalException

        public InternalException​(String message)
        creates an instance of this class taking an error description as argument
        Parameters:
        message - a string describing the error