org.abstracthorizon.mercury.common.exception
Class UnknownUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.abstracthorizon.mercury.common.exception.UserRejectedException
                  extended by org.abstracthorizon.mercury.common.exception.UnknownUserException
All Implemented Interfaces:
Serializable

public class UnknownUserException
extends UserRejectedException

Unknown user exception

Author:
Daniel Sendula
See Also:
Serialized Form

Constructor Summary
UnknownUserException()
          Constructor
UnknownUserException(Exception e)
          Constructor
UnknownUserException(String msg)
          Constructor
UnknownUserException(String msg, Exception e)
          Constructor
 
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

UnknownUserException

public UnknownUserException()
Constructor


UnknownUserException

public UnknownUserException(String msg)
Constructor

Parameters:
msg - message

UnknownUserException

public UnknownUserException(String msg,
                            Exception e)
Constructor

Parameters:
msg - message
e - cause

UnknownUserException

public UnknownUserException(Exception e)
Constructor

Parameters:
e - cause


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.