| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.management.InvalidApplicationException
InvalidApplicationException | public class InvalidApplicationException extends Exception (Code) | | This exception is thrown when an attempt is made to apply either of
the following:
A subquery expression to an MBean
A qualified attribute expression to an MBean of the wrong class
|
InvalidApplicationException | public InvalidApplicationException(Object val)(Code) | | Constructs an InvalidApplicationException with
the specified Object .
Parameters: val - The constructs an InvalidApplicationException withthe specified object val |
toString | public String toString()(Code) | | Returns the string representing the object
This returns the string representation of the object |
|
|
|