Salvatore La Manna
3 anni fa
731 ha cambiato i file con 1559 aggiunte e 3460 eliminazioni
@ -1,40 +0,0 @@
|
||||
/** |
||||
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. |
||||
* |
||||
* This library is free software; you can redistribute it and/or modify it under |
||||
* the terms of the GNU Lesser General Public License as published by the Free |
||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
||||
* any later version. |
||||
* |
||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
||||
* details. |
||||
*/ |
||||
|
||||
package it.tref.liferay.portos.accesso.atti; |
||||
|
||||
import com.liferay.portal.NoSuchModelException; |
||||
|
||||
/** |
||||
* @author 3F Consulting |
||||
*/ |
||||
public class NoSuchRichiestaAccessoAttiException extends NoSuchModelException { |
||||
|
||||
public NoSuchRichiestaAccessoAttiException() { |
||||
super(); |
||||
} |
||||
|
||||
public NoSuchRichiestaAccessoAttiException(String msg) { |
||||
super(msg); |
||||
} |
||||
|
||||
public NoSuchRichiestaAccessoAttiException(String msg, Throwable cause) { |
||||
super(msg, cause); |
||||
} |
||||
|
||||
public NoSuchRichiestaAccessoAttiException(Throwable cause) { |
||||
super(cause); |
||||
} |
||||
|
||||
} |
@ -1,40 +0,0 @@
|
||||
/** |
||||
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. |
||||
* |
||||
* This library is free software; you can redistribute it and/or modify it under |
||||
* the terms of the GNU Lesser General Public License as published by the Free |
||||
* Software Foundation; either version 2.1 of the License, or (at your option) |
||||
* any later version. |
||||
* |
||||
* This library is distributed in the hope that it will be useful, but WITHOUT |
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
||||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
||||
* details. |
||||
*/ |
||||
|
||||
package it.tref.liferay.portos.audit; |
||||
|
||||
import com.liferay.portal.NoSuchModelException; |
||||
|
||||
/** |
||||
* @author Marco |
||||
*/ |
||||
public class NoSuchAuditEventException extends NoSuchModelException { |
||||
|
||||
public NoSuchAuditEventException() { |
||||
super(); |
||||
} |
||||
|
||||
public NoSuchAuditEventException(String msg) { |
||||
super(msg); |
||||
} |
||||
|
||||
public NoSuchAuditEventException(String msg, Throwable cause) { |
||||
super(msg, cause); |
||||
} |
||||
|
||||
public NoSuchAuditEventException(Throwable cause) { |
||||
super(cause); |
||||
} |
||||
|
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Caricamento…
Reference in new issue