|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nih.nci.caarray.services.external.v1_0.ApiException
gov.nih.nci.caarray.services.external.v1_0.InvalidInputException
gov.nih.nci.caarray.services.external.v1_0.InvalidReferenceException
gov.nih.nci.caarray.services.external.v1_0.IncorrectEntityTypeException
public class IncorrectEntityTypeException
Exception thrown to indicate that a passed in CaArrayEntityReference referred to an entity that was of a different type than expected by the service method.
Constructor Summary | |
---|---|
IncorrectEntityTypeException(CaArrayEntityReference reference)
Constructor for no cause. |
|
IncorrectEntityTypeException(CaArrayEntityReference reference,
java.lang.String message)
Constructor with message. |
Method Summary |
---|
Methods inherited from class gov.nih.nci.caarray.services.external.v1_0.InvalidReferenceException |
---|
getReference |
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 |
---|
public IncorrectEntityTypeException(CaArrayEntityReference reference)
reference
- the problematic referencepublic IncorrectEntityTypeException(CaArrayEntityReference reference, java.lang.String message)
reference
- the problematic referencemessage
- message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |