|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
public class ConnectorSecurityException
Base exception for all security-related exceptions.
| Constructor Summary | |
|---|---|
ConnectorSecurityException() |
|
ConnectorSecurityException(java.lang.String message) |
|
ConnectorSecurityException(java.lang.String message, java.lang.Throwable ex) |
|
ConnectorSecurityException(java.lang.Throwable ex) |
|
| Method Summary |
|---|
| Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException |
|---|
rethrow, wrap |
| 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 ConnectorSecurityException()
public ConnectorSecurityException(java.lang.String message)
public ConnectorSecurityException(java.lang.Throwable ex)
public ConnectorSecurityException(java.lang.String message,
java.lang.Throwable ex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||