14853: Estação null constante
fixes bug#14853 dev:zauli qua:leo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@95431 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7cde854e4a
commit
6a7b58c9d2
|
@ -0,0 +1,18 @@
|
||||||
|
package com.rjconsultores.ventaboletos.exception;
|
||||||
|
|
||||||
|
import java.text.MessageFormat;
|
||||||
|
|
||||||
|
public class ConstanteEstacaoEmbarcadaException extends Exception {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = 3425209018899617380L;
|
||||||
|
|
||||||
|
public ConstanteEstacaoEmbarcadaException(String message) {
|
||||||
|
super(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
public ConstanteEstacaoEmbarcadaException(String message, Object oMsg) {
|
||||||
|
super(new MessageFormat(message).format(oMsg));
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue