Skip navigation links


com.thortech.xl.ddm.exception
Class DDMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.thortech.xl.util.ThorException
              extended by com.thortech.xl.ddm.exception.DDMException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnableToAcquireLock

public class DDMException
extends com.thortech.xl.util.ThorException

This exception signals a failure in import or export by the Deployment Manager

See Also:
Serialized Form

Constructor Summary
DDMException()
           
DDMException(java.lang.String s)
           
DDMException(java.lang.String s, java.lang.Exception ex)
           

 

Method Summary

 

Methods inherited from class com.thortech.xl.util.ThorException
getOriginalCause, setCause

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DDMException

public DDMException()

DDMException

public DDMException(java.lang.String s)
Parameters:
s -

DDMException

public DDMException(java.lang.String s,
                    java.lang.Exception ex)
Parameters:
s -
ex -

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.