package qubexplorer; /** * * @author Victor */ public class AuthorizationException extends RuntimeException{ public AuthorizationException() { } public AuthorizationException(Throwable thrwbl) { super(thrwbl); } }