eXo Kernel :: Component :: Common Service 2.4.3-CLD

org.exoplatform.services.exception
Class ExoServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.exception.ExoServiceException
All Implemented Interfaces:
Serializable

public class ExoServiceException
extends Exception

See Also:
Serialized Form

Field Summary
protected  String key_
           
protected  String keyDesc_
           
protected  Object[] params_
           
 
Constructor Summary
ExoServiceException()
           
ExoServiceException(String s)
           
ExoServiceException(String key, Object[] params)
           
ExoServiceException(Throwable ex)
           
 
Method Summary
 
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
 

Field Detail

params_

protected Object[] params_

key_

protected String key_

keyDesc_

protected String keyDesc_
Constructor Detail

ExoServiceException

public ExoServiceException()

ExoServiceException

public ExoServiceException(Throwable ex)

ExoServiceException

public ExoServiceException(String s)

ExoServiceException

public ExoServiceException(String key,
                           Object[] params)

eXo Kernel :: Component :: Common Service 2.4.3-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.