Class PolicyGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
com.sun.xml.wss.impl.policy.PolicyGenerationException
All Implemented Interfaces:
Serializable

public class PolicyGenerationException extends com.sun.xml.wss.XWSSecurityException
Thrown by the classes implementing the Policy framework
See Also:
  • Constructor Details

    • PolicyGenerationException

      public PolicyGenerationException(String message)
      Constructs an Exception specifying a message
      Parameters:
      message - the exception string
    • PolicyGenerationException

      public PolicyGenerationException(String message, Throwable cause)
      Constructs an Exception with a nested exception and specifying a message
      Parameters:
      message - the exception string
      cause - the original cause
    • PolicyGenerationException

      public PolicyGenerationException(Throwable cause)
      An Exception wrapper around another exception
      Parameters:
      cause - the original cause