FatalTransactionExceptionStop(String, String, String) constructor
   
   
   Constructs a new FatalTransactionExceptionStop object that will cause an error notification window to appear on the client. 
      Syntax
         
         
            public 
              
            FatalTransactionExceptionStop
            (
            String 
            title
            , 
            String 
            text
            , 
            String 
            okLabel
            )
         
      
      Parameters
         
         
            - 
               title – 
               The window title for the error displayed on the client.
            
 
            - 
               text – 
               The window text for the error displayed on the client.
            
 
            - 
               okLabel – 
               The label for the acknowledgment button in the client's error window.
            
 
         
       
      Usage
         
         This constructor creates an exception that results in a "Fatal with message, always stop" transaction error.