Class PolicyGenerationException

  • All Implemented Interfaces:
    Serializable

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

      • 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