org.exoplatform.ws.frameworks.json.impl
Class JsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.ws.frameworks.json.impl.JsonException
- All Implemented Interfaces:
- Serializable
public class JsonException
- extends Exception
Should be thrown if any error occurs during JSON <-> Java Object transformation.
- Version:
- $Id: $
- Author:
- Andrey Parfonov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JsonException
public JsonException(String message,
Throwable cause)
- Parameters:
message - the message.cause - the cause.
JsonException
public JsonException(Throwable cause)
- Parameters:
cause - the cause.
JsonException
public JsonException(String message)
- Parameters:
message - the message.
Copyright © 2009 eXo Platform SAS. All Rights Reserved.