|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.IllegalArgumentException
|
+--java.security.InvalidParameterException
|
+--de.flexiprovider.api.exceptions.InvalidParameterException
|
+--de.flexiprovider.common.exceptions.UnknownOIDException
This exception is used for indicating unknown OIDs.
| Constructor Summary | |
UnknownOIDException()
Default constructor. |
|
UnknownOIDException(int[] oid)
Constructor accepting an OID given as int array. |
|
UnknownOIDException(java.lang.String oid)
Constructor accepting an OID string. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public UnknownOIDException()
public UnknownOIDException(java.lang.String oid)
oid - the OID stringpublic UnknownOIDException(int[] oid)
oid - the OID int array
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||