com.mulesoft.cloudhub.client
Class CloudHubException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.mulesoft.cloudhub.client.CloudHubException
All Implemented Interfaces:
Serializable

public class CloudHubException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CloudHubException(String message)
          Deprecated. 
CloudHubException(String message, String code)
           
 
Method Summary
 String getCode()
           
 void setCode(String code)
           
 
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

CloudHubException

@Deprecated
public CloudHubException(String message)
Deprecated. 


CloudHubException

public CloudHubException(String message,
                         String code)
Method Detail

getCode

public String getCode()

setCode

public void setCode(String code)


Copyright © 2012-2015. All Rights Reserved.