com.wewebu.ow.server.plug.owrecord.filter
Class OwFilterRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.wewebu.ow.server.exceptions.OwRuntimeException
                  extended by com.wewebu.ow.server.plug.owrecord.filter.OwFilterRuntimeException
All Implemented Interfaces:
Serializable

public class OwFilterRuntimeException
extends com.wewebu.ow.server.exceptions.OwRuntimeException

Exception for filter process. This exception is thrown if the during the filter process an runtime dependent problem occurs or the filter process cannot proceed further.

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:
3.2.0.0
See Also:
Serialized Form

Constructor Summary
OwFilterRuntimeException(String message_p)
           
OwFilterRuntimeException(String msg_p, Throwable ex_p)
           
 
Method Summary
 String getModulName()
           
 
Methods inherited from class com.wewebu.ow.server.exceptions.OwRuntimeException
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

OwFilterRuntimeException

public OwFilterRuntimeException(String message_p)

OwFilterRuntimeException

public OwFilterRuntimeException(String msg_p,
                                Throwable ex_p)
Method Detail

getModulName

public String getModulName()
Specified by:
getModulName in class com.wewebu.ow.server.exceptions.OwRuntimeException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.