org.iids.aos.kernel.mux
Class UnacceptableActiveSecSuiteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.kernel.mux.UnacceptableActiveSecSuiteException
All Implemented Interfaces:
java.io.Serializable

public class UnacceptableActiveSecSuiteException
extends java.lang.Exception

Internal exception to signal that the security suite on the base connection is not acceptable to the user.

Author:
arno
See Also:
Serialized Form

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

secSuites

protected java.lang.String[] secSuites
Constructor Detail

UnacceptableActiveSecSuiteException

public UnacceptableActiveSecSuiteException()
Creates a new instance of UnacceptableActiveSecSuiteException without detail message.


UnacceptableActiveSecSuiteException

public UnacceptableActiveSecSuiteException(java.lang.String[] secSuites)
Method Detail

getSecSuites

public java.lang.String[] getSecSuites()


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.