| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.management.modelmbean.InvalidTargetObjectTypeException
InvalidTargetObjectTypeException | public class InvalidTargetObjectTypeException extends Exception (Code) | | Exception thrown when an invalid target object type is specified
|
InvalidTargetObjectTypeException | public InvalidTargetObjectTypeException()(Code) | | Default constructor
|
InvalidTargetObjectTypeException | public InvalidTargetObjectTypeException(String message)(Code) | | Constructor from a string.
Parameters: message - String value that will be incorporated in themessage for this exception. |
InvalidTargetObjectTypeException | public InvalidTargetObjectTypeException(Exception e, String message)(Code) | | Constructor taking an exception and a string.
Parameters: e - Exception that we may have caught to reissue as anInvalidTargetObjectTypeException. The message will be used,and we may want to consider overriding the printStackTrace()methods to get data pointing back to original throw stack. Parameters: message - String value that will be incorporated in messagefor this exception. |
printStackTrace | public void printStackTrace()(Code) | | Overrides the method
|
|
|
|