com.dynalivery.repository.util
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.repository.util.AuthenticationException

public class AuthenticationException
extends java.lang.Exception
implements java.io.Serializable

A public class to return user authentication exceptions to users of the ReportRepository class.

See Also:
Serialized Form

Constructor Summary
AuthenticationException(java.lang.String msg)
          Constructs an AuthenticationException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException(java.lang.String msg)
Constructs an AuthenticationException with a detail message.
Parameters:
msg - the detail message describing the authentication exception.