Advertisement
Guest User

ProdutoIndisponivelException

a guest
Jun 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package excecoes;
  2.  
  3. public class ProdutoIndisponivelException extends Exception {
  4. public ProdutoIndisponivelException (int codigo) {
  5. super("Infelizmente este produto nao está disponível em nosso estoque.");
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement