You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
539 B
39 lines
539 B
/*
|
|
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
|
|
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*
|
|
*/
|
|
|
|
|
|
/* Generated By:JavaCC: Do not edit this line. ParseError.java Version 0.7pre1 */
|
|
package com.sun.jmx.snmp.IPAcl;
|
|
|
|
class ParseError extends Exception {
|
|
private static final long serialVersionUID = 4907307342076722310L;
|
|
|
|
public ParseError() {
|
|
}
|
|
public ParseError(String message) {
|
|
super(message);
|
|
}
|
|
}
|