com.sun.jmx.remote.generic
Class ProfileProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.jmx.remote.generic.ProfileProviderException
All Implemented Interfaces:
Serializable

public class ProfileProviderException
extends Exception

Exception thrown by ProfileClientFactory and ProfileServerFactory when a provider exists for the required profile name but cannot be used for some reason.

See Also:
Serialized Form

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

ProfileProviderException

public ProfileProviderException()

Constructs a ProfileProviderException with no specified detail message.


ProfileProviderException

public ProfileProviderException(String message)

Constructs a ProfileProviderException with the specified detail message.

Parameters:
message - the detail message

ProfileProviderException

public ProfileProviderException(String message,
                                Exception cause)

Constructs a ProfileProviderException with the specified detail message and nested exception.

Parameters:
message - the detail message
cause - the nested exception
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2014 Terracotta, Inc.. All rights reserved.