lumis.portal.serialization
Class SerializationAbortedException

Package class diagram package SerializationAbortedException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.portal.manager.ManagerException
                  extended by lumis.portal.serialization.SerializationException
                      extended by lumis.portal.serialization.SerializationAbortedException
All Implemented Interfaces:
Serializable

@StableMinor(version="6.2",
             sinceVersion="4.0")
public class SerializationAbortedException
extends SerializationException

Exception that is raised when a user request to stop a serialization process

Since:
4.0.7
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
SerializationAbortedException(String arg0)
           
SerializationAbortedException(String arg0, Exception innerException)
           
SerializationAbortedException(String arg0, IResource resource)
           
SerializationAbortedException(String arg0, IResource resource, Exception innerException)
           
SerializationAbortedException(String arg0, List<IResource> resources)
           
SerializationAbortedException(String arg0, List<IResource> resources, Exception innerException)
           
 
Method Summary
 
Methods inherited from class lumis.portal.serialization.SerializationException
isNotifyProgress
 
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

SerializationAbortedException

public SerializationAbortedException(String arg0)

SerializationAbortedException

public SerializationAbortedException(String arg0,
                                     Exception innerException)

SerializationAbortedException

public SerializationAbortedException(String arg0,
                                     IResource resource)

SerializationAbortedException

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

SerializationAbortedException

public SerializationAbortedException(String arg0,
                                     IResource resource,
                                     Exception innerException)

SerializationAbortedException

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.