com.acsinet_solutions.cetia4.service
Class InvalidUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acsinet_solutions.cetia4.service.InvalidUserException
All Implemented Interfaces:
java.io.Serializable

public final class InvalidUserException
extends java.lang.Exception

This exception indicates that a user is not valid.

Derechos Reservados

Author:
Santiago Arriaga
See Also:
Serialized Form

Constructor Summary
InvalidUserException()
          Constructor for InvalidUserException.
InvalidUserException(java.lang.String message)
          Constructor for InvalidUserException.
InvalidUserException(java.lang.String message, java.lang.Throwable nestedException)
          Constructor for InvalidUserException.
InvalidUserException(java.lang.Throwable nestedException)
          Constructor for InvalidUserException.
 
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

InvalidUserException

public InvalidUserException()
Constructor for InvalidUserException.


InvalidUserException

public InvalidUserException(java.lang.String message)
Constructor for InvalidUserException.

Parameters:
arg0 -

InvalidUserException

public InvalidUserException(java.lang.Throwable nestedException)
Constructor for InvalidUserException.

Parameters:
arg0 -

InvalidUserException

public InvalidUserException(java.lang.String message,
                            java.lang.Throwable nestedException)
Constructor for InvalidUserException.

Parameters:
arg0 -
arg1 -