package net.billforward.exception; public class AuthenticationException extends BillforwardException { public AuthenticationException(String message) { super(message); } private static final long serialVersionUID = 1L; }