com.bea.wli.sb.transports.ui
Class TransportUIError

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIError

public class TransportUIError
extends Object

An object of this class is used by transport proivder to return any validation errors to ALSB console


Constructor Summary
TransportUIError(String name, String msg)
          constructor
TransportUIError(String name, String msg, boolean confirm)
           
 
Method Summary
 String getMessage()
           
 String getName()
          returns the name
 boolean isConfirmation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportUIError

public TransportUIError(String name,
                        String msg)
constructor


TransportUIError

public TransportUIError(String name,
                        String msg,
                        boolean confirm)
Method Detail

getName

public String getName()
returns the name


getMessage

public String getMessage()
Returns:
the error message

isConfirmation

public boolean isConfirmation()
Returns:
whether or not this is a confirmation message