tle.framework.component.spi.aamanager
Class CanNotAuthenticateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bytle.framework.TLEFrameworkException
              extended bytle.framework.component.ComponentException
                  extended bytle.framework.component.spi.aamanager.CanNotAuthenticateException
All Implemented Interfaces:
java.io.Serializable

public class CanNotAuthenticateException
extends ComponentException

Authenticator.authenticate() ¸Þ¼Òµå¸¦ ¼öÇàÇÏ´Â µµÁß¿¡ ³»ºÎÀûÀ¸·Î ¿¡·¯°¡ ¹ß»ýÇßÀ» ¶§ ÀÌ ¿¹¿Ü¸¦ throw ÇÑ´Ù.

Since:
2.0
Author:
ÃÖ¹ü±Õ
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CanNotAuthenticateException(java.lang.String message, java.lang.Throwable e)
           
 
Methods inherited from class tle.framework.TLEFrameworkException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

CanNotAuthenticateException

public CanNotAuthenticateException(java.lang.String message,
                                   java.lang.Throwable e)