|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.jmx.remote.generic.ProfileProviderException
public class ProfileProviderException
Exception thrown by ProfileClientFactory and
ProfileServerFactory when a provider exists for the
required profile name but cannot be used for some reason.
| Constructor Summary | |
|---|---|
ProfileProviderException()
Constructs a ProfileProviderException with no
specified detail message. |
|
ProfileProviderException(String message)
Constructs a ProfileProviderException with the
specified detail message. |
|
ProfileProviderException(String message,
Exception cause)
Constructs a ProfileProviderException with the
specified detail message and nested exception. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileProviderException()
Constructs a ProfileProviderException with no
specified detail message.
public ProfileProviderException(String message)
Constructs a ProfileProviderException with the
specified detail message.
message - the detail message
public ProfileProviderException(String message,
Exception cause)
Constructs a ProfileProviderException with the
specified detail message and nested exception.
message - the detail messagecause - the nested exception| Method Detail |
|---|
public Throwable getCause()
getCause in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||