nu.staldal.lagoon.core
Class AuthenticationMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nu.staldal.lagoon.core.AuthenticationException
              extended by nu.staldal.lagoon.core.AuthenticationMissingException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationMissingException
extends AuthenticationException

Indicates that authentication was required, but missing.

See Also:
Serialized Form

Constructor Summary
AuthenticationMissingException()
           
 
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

AuthenticationMissingException

public AuthenticationMissingException()