com.fatwire.assetapi.common
Class AssetNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fatwire.assetapi.common.AssetAccessException
              extended by com.fatwire.assetapi.common.AssetNotExistException
All Implemented Interfaces:
java.io.Serializable

public class AssetNotExistException
extends AssetAccessException

The Exception class indicates an asset is not found in Content Server

See Also:
Serialized Form

Constructor Summary
AssetNotExistException(java.lang.String msg)
           
AssetNotExistException(java.lang.String message, java.lang.Throwable cause)
           
AssetNotExistException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.fatwire.assetapi.common.AssetAccessException
getExceptionEnum, setExceptionEnum
 
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

AssetNotExistException

public AssetNotExistException(java.lang.String msg)

AssetNotExistException

public AssetNotExistException(java.lang.Throwable t)

AssetNotExistException

public AssetNotExistException(java.lang.String message,
                              java.lang.Throwable cause)


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.