AgentryException(String, String, String, Throwable) constructor
   
   
   Constructs a new AgentryException object, for methods that support throwing exceptions that may appear in the client. 
      Syntax
         
         
            public 
              
            AgentryException
            (
            String 
            title
            , 
            String 
            text
            , 
            String 
            okLabel
            , 
            Throwable 
            cause
            )
         
      
      Parameters
         
         
            - 
               title – 
               The window title.
            
 
            - 
               text – 
               The window text. This will also be used as the message text of the exception when it is logged (it will be returned when getMessage() is called).
            
 
            - 
               okLabel – 
               The window button label.
            
 
            - 
               cause – 
               The causing exception
            
 
         
       
      Usage
         
         For now this is pretty much supported only by steplets that are being used as part of Agentry transactions.