lumis.doui
Class DouiException

Package class diagram package DouiException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.doui.DouiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContentException, ControlException

@StableMinor(version="4.1",
             sinceVersion="4.0")
public class DouiException
extends PortalException

DOUI related exception

Since:
4.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
DouiException(String arg0)
           
DouiException(String arg0, Exception innerException)
           
DouiException(String arg0, IResource resource)
           
DouiException(String arg0, IResource resource, Exception innerException)
           
DouiException(String arg0, List<IResource> resources)
           
DouiException(String arg0, List<IResource> resources, Exception innerException)
           
 
Method Summary
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DouiException

public DouiException(String arg0)
Parameters:
arg0 -

DouiException

public DouiException(String arg0,
                     Exception innerException)
Parameters:
arg0 -
innerException -

DouiException

public DouiException(String arg0,
                     IResource resource)
Parameters:
arg0 -
resource -

DouiException

public DouiException(String arg0,
                     IResource resource,
                     Exception innerException)
Parameters:
arg0 -
resource -
innerException -

DouiException

public DouiException(String arg0,
                     List<IResource> resources)

DouiException

public DouiException(String arg0,
                     List<IResource> resources,
                     Exception innerException)


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.