repositorio.exception
Class ClienteNaoExisteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by repositorio.exception.ClienteNaoExisteException
All Implemented Interfaces:
java.io.Serializable

public class ClienteNaoExisteException
extends java.lang.Exception

Exceção quando o cliente procurado não existe

Author:
Lucas Tenório, Rafael Marinheiro
See Also:
Serialized Form

Constructor Summary
ClienteNaoExisteException(java.lang.String repositorio)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClienteNaoExisteException

public ClienteNaoExisteException(java.lang.String repositorio)
Parameters:
repositorio - String que indica qual foi o repositório que gerou a exceção