Class UIError

java.lang.Object
oracle.tip.tools.presentation.uiobjects.sdk.UIError
com.bea.alsb.presentation.UIError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransportUIError

public class UIError extends oracle.tip.tools.presentation.uiobjects.sdk.UIError implements Serializable
An object of this class is used by proivder to return any validation errors to OSB console.
See Also:
  • Constructor Details

    • UIError

      public UIError(String name, String msg)
    • UIError

      public UIError(String name, String msg, boolean confirm)