public class SecurityPolicyException extends SecurityException
コンストラクタと説明 |
---|
SecurityPolicyException()
Constructor.
|
SecurityPolicyException(Exception wrappedException)
Constructor.
|
SecurityPolicyException(String message)
Constructor.
|
SecurityPolicyException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SecurityPolicyException()
public SecurityPolicyException(String message)
message
- exception messagepublic SecurityPolicyException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.