org.connid.bundles.soap.exceptions
Class ProvisioningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.connid.bundles.soap.exceptions.ProvisioningException
All Implemented Interfaces:
Serializable

@WebFault(name="ProvisioningException")
public class ProvisioningException
extends Exception

See Also:
Serialized Form

Constructor Summary
ProvisioningException(String msg)
           
ProvisioningException(String msg, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 String getWrappedCause()
           
 void setWrappedCause(String wrappedCause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ProvisioningException

public ProvisioningException(String msg)

ProvisioningException

public ProvisioningException(String msg,
                             Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getWrappedCause

public String getWrappedCause()

setWrappedCause

public void setWrappedCause(String wrappedCause)


Copyright © 2011. All Rights Reserved.