FileDocCategorySizeDatePackage
TXException.javaAPI DocExample2345Tue May 29 16:56:30 BST 2007com.sun.xml.ws.api.tx

TXException

public class TXException extends Exception
author
jf39279

Fields Summary
private String
message
Constructors Summary
public TXException(String message)
Creates a new instance of TXException

        this.message = message;
    
public TXException()

        this("unknown");
    
Methods Summary