FileDocCategorySizeDatePackage
RuntimePolicyUtilsException.javaAPI DocExample2389Tue May 29 16:56:38 BST 2007com.sun.xml.ws.policy.privateutil

RuntimePolicyUtilsException

public final class RuntimePolicyUtilsException extends RuntimeException
author
Marek Potociar (marek.potociar at sun.com)

Fields Summary
Constructors Summary
RuntimePolicyUtilsException(String message)

        super(message);
    
RuntimePolicyUtilsException(String message, Throwable cause)

        super(message, cause);
    
Methods Summary