Style Intelligence v12.0

inetsoft.sree.security
Class AuthenticatorCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by inetsoft.sree.security.AuthenticatorCommunicationException
All Implemented Interfaces:
Serializable

public class AuthenticatorCommunicationException
extends RuntimeException

Exception that signals that there was a problem communicating with the authentication provider.

Since:
12.0
See Also:
Serialized Form

Constructor Summary
AuthenticatorCommunicationException()
          Creates a new instance of AuthenticatorCommunicationException.
AuthenticatorCommunicationException(String message)
          Creates a new instance of AuthenticatorCommunicationException.
 
Method Summary
 
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

AuthenticatorCommunicationException

public AuthenticatorCommunicationException()
Creates a new instance of AuthenticatorCommunicationException.


AuthenticatorCommunicationException

public AuthenticatorCommunicationException(String message)
Creates a new instance of AuthenticatorCommunicationException.

Parameters:
message - the error message.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.