|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
com.sun.xml.wss.impl.policy.PolicyGenerationException
public class PolicyGenerationException
Thrown by the classes implementing the Policy framework
| Constructor Summary | |
|---|---|
PolicyGenerationException(String message)
Constructs an Exception specifying a message |
|
PolicyGenerationException(String message,
Throwable cause)
Constructs an Exception with a nested exception and specifying a message |
|
PolicyGenerationException(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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyGenerationException(String message)
message - the exception string
public PolicyGenerationException(String message,
Throwable cause)
message - the exception stringcause - the original causepublic PolicyGenerationException(Throwable cause)
cause - the original cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||