com.wewebu.ow.server.ecmimpl.opencmis.users.alfresco
Class OwRestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wewebu.ow.server.exceptions.OwException
              extended by com.wewebu.ow.server.exceptions.OwServerException
                  extended by com.wewebu.ow.server.ecmimpl.opencmis.users.alfresco.OwRestException
All Implemented Interfaces:
Serializable

public class OwRestException
extends com.wewebu.ow.server.exceptions.OwServerException

Signals an exception in the REST layer.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
4.1.1.0
See Also:
Serialized Form

Constructor Summary
OwRestException(String message)
           
OwRestException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.wewebu.ow.server.exceptions.OwServerException
getModulName
 
Methods inherited from class com.wewebu.ow.server.exceptions.OwException
getLocalizeablemessage, getMessage
 
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

OwRestException

public OwRestException(String message,
                       Throwable cause)
Parameters:
message -
cause -

OwRestException

public OwRestException(String message)
Parameters:
message -


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.