|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.iids.aos.kernel.mux.UnacceptableActiveSecSuiteException
public class UnacceptableActiveSecSuiteException
Internal exception to signal that the security suite on the base connection is not acceptable to the user.
| Field Summary | |
|---|---|
protected java.lang.String[] |
secSuites
|
| Constructor Summary | |
|---|---|
UnacceptableActiveSecSuiteException()
Creates a new instance of UnacceptableActiveSecSuiteException without detail message. |
|
UnacceptableActiveSecSuiteException(java.lang.String[] secSuites)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getSecSuites()
|
| 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 |
| Field Detail |
|---|
protected java.lang.String[] secSuites
| Constructor Detail |
|---|
public UnacceptableActiveSecSuiteException()
UnacceptableActiveSecSuiteException without detail message.
public UnacceptableActiveSecSuiteException(java.lang.String[] secSuites)
| Method Detail |
|---|
public java.lang.String[] getSecSuites()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||