public class BddSecurityException
extends java.lang.Exception
Constructor and Description |
---|
BddSecurityException(java.lang.String message)
Constructor accepting a message
|
BddSecurityException(java.lang.String message,
java.lang.Throwable t)
Constructor accepting a message and the root exception cause
|
BddSecurityException(java.lang.Throwable cause) |
public BddSecurityException(java.lang.String message)
message
- the message for the exceptionpublic BddSecurityException(java.lang.Throwable cause)
public BddSecurityException(java.lang.String message, java.lang.Throwable t)
message
- the message for the exceptiont
- the root causeCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.