Agent System POND 1.0 (1.7.2000)

PkgAgentSystem
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--PkgAgentSystem.AuthenticationException

public class AuthenticationException
extends IOException

Signifies that an error occured during authentication. Subclass of IOException, so we can throw it in connect and other methods.

Version:
1.0, 1.7.2000
Author:
Michael Sonntag
See Also:
ServingThread, AMPURLConnection, Serialized Form

Constructor Summary
AuthenticationException()
          Constructs an AgentException with the detail message "Error during authentication".
AuthenticationException(String detail)
          Constructs an AuthenticationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException(String detail)
Constructs an AuthenticationException with the specified detail message.
Parameters:
detail - the detail message

AuthenticationException

public AuthenticationException()
Constructs an AgentException with the detail message "Error during authentication".

Agent System POND 1.0 (1.7.2000)

Submit a bug

Copyright 2000 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.