public class SerializerException extends Exception implements net.morimekta.util.Stringable
| Constructor and Description |
|---|
SerializerException(String format,
Object... args) |
SerializerException(Throwable cause,
String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
PServiceCallType |
getCallType() |
ApplicationExceptionType |
getExceptionType() |
String |
getMethodName() |
int |
getSequenceNo() |
SerializerException |
setCallType(PServiceCallType callType) |
SerializerException |
setExceptionType(ApplicationExceptionType type) |
SerializerException |
setMethodName(String methodName) |
SerializerException |
setSequenceNo(int sequenceNo) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String getMethodName()
public PServiceCallType getCallType()
public int getSequenceNo()
public ApplicationExceptionType getExceptionType()
public SerializerException setMethodName(String methodName)
public SerializerException setCallType(PServiceCallType callType)
public SerializerException setSequenceNo(int sequenceNo)
public SerializerException setExceptionType(ApplicationExceptionType type)
public String asString()
asString in interface net.morimekta.util.StringableCopyright © 2015–2016 morimekta.net. All rights reserved.