abk.dao.sql
Class ADataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by abk.dao.sql.ADataException
All Implemented Interfaces:
Serializable

public class ADataException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ADataException()
           
ADataException(String msg)
           
ADataException(String msg, Throwable t)
           
ADataException(Throwable t)
           
 
Method Summary
static ADataException from(Throwable ex)
           
 
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

ADataException

public ADataException()

ADataException

public ADataException(Throwable t)

ADataException

public ADataException(String msg)

ADataException

public ADataException(String msg,
                      Throwable t)
Method Detail

from

public static final ADataException from(Throwable ex)


Copyright © 2024. All rights reserved.