com.trendmicro.grid.acl.l0
Class StorageFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.trendmicro.grid.acl.l0.WebException
              extended by com.trendmicro.grid.acl.l0.StorageFailedException
All Implemented Interfaces:
Serializable

@WebFault(targetNamespace="http://grid.trendmicro.com/services/level-0")
public class StorageFailedException
extends WebException

Defines a generic fault for methods that store something and may fail on this.

Version:
1.0
Author:
juergen_kellerer, 2010-05-18
See Also:
Serialized Form

Constructor Summary
StorageFailedException()
           
StorageFailedException(int elementNumber, Throwable cause)
           
StorageFailedException(String message)
           
 
Method Summary
 
Methods inherited from class com.trendmicro.grid.acl.l0.WebException
getCode, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageFailedException

public StorageFailedException()

StorageFailedException

public StorageFailedException(String message)

StorageFailedException

public StorageFailedException(int elementNumber,
                              Throwable cause)