-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee99583
commit 4d102c8
Showing
4 changed files
with
127 additions
and
4 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...ngo/src/main/java/quemepongo/excepcion/usuario/UsuarioSinAccesoAGuardarropaException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
package quemepongo.excepcion.usuario; | ||
|
||
/** | ||
* Usuario no posee acceso al gurdarropa. | ||
* | ||
* @since 05.27.2021 | ||
* @version 1.0 | ||
*/ | ||
public class UsuarioSinAccesoAGuardarropaException extends RuntimeException { | ||
|
||
/** | ||
* Lanza una excepcion. | ||
* | ||
* @throws RuntimeException si el usuario no posee acceso al gurdarropa. | ||
* @since Iteracion V | ||
*/ | ||
public UsuarioSinAccesoAGuardarropaException() { | ||
super("El usuario no posee acceso al guardarropas"); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters