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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Exception.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
exceptionClass
The SoftLayer_Exception class that the error is.protected boolean
exceptionClassSpecified
protected String
exceptionMessage
The exception message.protected boolean
exceptionMessageSpecified
-
Constructor Summary
Constructors Constructor Description Exception()
-
Method Summary
Modifier and Type Method Description String
getExceptionClass()
String
getExceptionMessage()
boolean
isExceptionClassSpecified()
boolean
isExceptionMessageSpecified()
void
setExceptionClass(String exceptionClass)
void
setExceptionMessage(String exceptionMessage)
void
unsetExceptionClass()
void
unsetExceptionMessage()
-
Field Details
-
exceptionClass
The SoftLayer_Exception class that the error is. -
exceptionClassSpecified
protected boolean exceptionClassSpecified -
exceptionMessage
The exception message. -
exceptionMessageSpecified
protected boolean exceptionMessageSpecified
-
-
Constructor Details
-
Exception
public Exception()
-
-
Method Details
-
getExceptionClass
-
setExceptionClass
-
isExceptionClassSpecified
public boolean isExceptionClassSpecified() -
unsetExceptionClass
public void unsetExceptionClass() -
getExceptionMessage
-
setExceptionMessage
-
isExceptionMessageSpecified
public boolean isExceptionMessageSpecified() -
unsetExceptionMessage
public void unsetExceptionMessage()
-