com.imcode.imcms.api
Class AliasAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.imcode.imcms.api.SaveException
              extended by com.imcode.imcms.api.AliasAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class AliasAlreadyExistsException
extends SaveException

See Also:
Serialized Form

Constructor Summary
AliasAlreadyExistsException(java.lang.Throwable cause)
           
 
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

AliasAlreadyExistsException

public AliasAlreadyExistsException(java.lang.Throwable cause)