implements Serializable for that: noted an issue with tomcat

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1429446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-01-06 00:42:03 +00:00
parent 201e8c291d
commit f090555931
1 changed files with 4 additions and 0 deletions

View File

@ -18,12 +18,16 @@ package org.apache.archiva.redback.authentication;
* under the License.
*/
import java.io.Serializable;
/**
* detail on possible authentication failure.
*
* @author Olivier Lamy
* @since 1.4-M4
*/
public class AuthenticationFailureCause
implements Serializable
{
private int cause;