public class GeneralSecurityException extends Exception
GeneralSecurityException class is a generic
security exception class that provides type safety for all the
security-related exception classes that extend from it.| Constructor and Description |
|---|
GeneralSecurityException()
Constructs a GeneralSecurityException with no detail message.
|
GeneralSecurityException(String msg)
Constructs a GeneralSecurityException with the specified detail
message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GeneralSecurityException()
public GeneralSecurityException(String msg)
msg - the detail message.Copyright © 2013 CableLabs. All rights reserved.