Class Exception

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.Exception

@ApiType("SoftLayer_Container_Exception")
public class Exception
extends Entity
The SoftLayer_Container_Exception data type represents a SoftLayer_Exception.
See Also:
SoftLayer_Container_Exception
  • Field Details

    • exceptionClass

      @ApiProperty(canBeNullOrNotSet=true) protected String exceptionClass
      The SoftLayer_Exception class that the error is.
    • exceptionClassSpecified

      protected boolean exceptionClassSpecified
    • exceptionMessage

      @ApiProperty(canBeNullOrNotSet=true) protected String exceptionMessage
      The exception message.
    • exceptionMessageSpecified

      protected boolean exceptionMessageSpecified
  • Constructor Details

    • Exception

      public Exception()
  • Method Details

    • getExceptionClass

      public String getExceptionClass()
    • setExceptionClass

      public void setExceptionClass​(String exceptionClass)
    • isExceptionClassSpecified

      public boolean isExceptionClassSpecified()
    • unsetExceptionClass

      public void unsetExceptionClass()
    • getExceptionMessage

      public String getExceptionMessage()
    • setExceptionMessage

      public void setExceptionMessage​(String exceptionMessage)
    • isExceptionMessageSpecified

      public boolean isExceptionMessageSpecified()
    • unsetExceptionMessage

      public void unsetExceptionMessage()