org.ow2.orchestra.common.gwt.utils.client
Class OrchestraGwtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.orchestra.common.gwt.utils.client.OrchestraGwtException
- All Implemented Interfaces:
- Serializable
public class OrchestraGwtException
- extends Exception
- Author:
- Mathieu Crassin
Exception class used to define an error in orchestra management server side.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OrchestraGwtException
public OrchestraGwtException()
OrchestraGwtException
public OrchestraGwtException(String maininfo,
String dtls)
- Parameters:
maininfo - : main information about the exception.dtls - : details about the exception.
Constructor to define an orchestra exception.
OrchestraGwtException
public OrchestraGwtException(String maininfo)
- Parameters:
maininfo - : main information about the exception.dtls - : details about the exception.
Constructor to define an orchestra exception.
getDetails
public String getDetails()
Copyright © 2012 OW2 Consortium. All Rights Reserved.