com.sun.xml.wss.impl.policy
Class PolicyGenerationException

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

public class PolicyGenerationException
extends XWSSecurityException

Thrown by the classes implementing the Policy framework

See Also:
Serialized Form

Constructor Summary
PolicyGenerationException(java.lang.String message)
          Constructs an Exception specifying a message
PolicyGenerationException(java.lang.String message, java.lang.Throwable cause)
          Constructs an Exception with a nested exception and specifying a message
PolicyGenerationException(java.lang.Throwable cause)
          An Exception wrapper around another exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyGenerationException

public PolicyGenerationException(java.lang.String message)
Constructs an Exception specifying a message

Parameters:
message - the exception string

PolicyGenerationException

public PolicyGenerationException(java.lang.String message,
                                 java.lang.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(java.lang.Throwable cause)
An Exception wrapper around another exception

Parameters:
cause - the original cause


Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.