Class PolicyGenerationException

All Implemented Interfaces:
Serializable

public class PolicyGenerationException extends 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