| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.fatwire.assetapi.common.AssetAccessException
com.fatwire.assetapi.common.AssetNotExistException
public class AssetNotExistException
The Exception class indicates an asset is not found in Content Server
| 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 | 
|---|
public AssetNotExistException(java.lang.String msg)
public AssetNotExistException(java.lang.Throwable t)
public AssetNotExistException(java.lang.String message,
                              java.lang.Throwable cause)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||