com.fatwire.assetapi.common
Class AssetAccessException

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

public final class AssetAccessException
extends java.lang.Exception

A layer specific exception for Asset Access API. All data and definition accessors and modifiers throw this exception in response to an error condition.

See Also:
Serialized Form

Constructor Summary
AssetAccessException(java.lang.String msg)
           
AssetAccessException(java.lang.Throwable t)
           
 
Method Summary
 
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

AssetAccessException

public AssetAccessException(java.lang.String msg)

AssetAccessException

public AssetAccessException(java.lang.Throwable t)