com.endeca.portal.provisioningservice
Class ProvisioningServiceConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.portal.provisioningservice.ProvisioningServiceConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ProvisioningServiceConnectionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ProvisioningServiceConnectionException(java.lang.String message)
          one-arg constructor
ProvisioningServiceConnectionException(java.lang.String message, java.lang.Throwable t)
          two-arg constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ProvisioningServiceConnectionException

public ProvisioningServiceConnectionException(java.lang.String message)
one-arg constructor

Parameters:
message - error message

ProvisioningServiceConnectionException

public ProvisioningServiceConnectionException(java.lang.String message,
                                              java.lang.Throwable t)
two-arg constructor

Parameters:
message - error message
t - inner exception