com.wewebu.ow.server.exceptions
Class OwNotSupportedException

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.OwInvalidOperationException
                  extended by com.wewebu.ow.server.exceptions.OwNotSupportedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OwStatusContextException

public class OwNotSupportedException
extends OwInvalidOperationException

Exception thrown, when a function is not supported or not implemented.

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

See Also:
Serialized Form

Constructor Summary
OwNotSupportedException(OwString strMessage_p)
          construct a exception with a message
OwNotSupportedException(OwString strMessage_p, Throwable cause_p)
          construct a exception with a message and Throwable
OwNotSupportedException(String strMessage_p)
          construct a exception with a message
OwNotSupportedException(String strMessage_p, Throwable cause_p)
          construct a exception with a message and Throwable
 
Method Summary
 String getModulName()
          get the name of the module / manager / plugin where the exception occurred
 
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

OwNotSupportedException

public OwNotSupportedException(String strMessage_p)
construct a exception with a message


OwNotSupportedException

public OwNotSupportedException(OwString strMessage_p)
construct a exception with a message


OwNotSupportedException

public OwNotSupportedException(String strMessage_p,
                               Throwable cause_p)
construct a exception with a message and Throwable


OwNotSupportedException

public OwNotSupportedException(OwString strMessage_p,
                               Throwable cause_p)
construct a exception with a message and Throwable

Method Detail

getModulName

public String getModulName()
get the name of the module / manager / plugin where the exception occurred

Overrides:
getModulName in class OwInvalidOperationException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.