org.glassfish.pfl.dynamic.copyobject.spi
Class ReflectiveCopyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.pfl.dynamic.copyobject.spi.ReflectiveCopyException
All Implemented Interfaces:
Serializable

public class ReflectiveCopyException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ReflectiveCopyException()
           
ReflectiveCopyException(String msg)
           
ReflectiveCopyException(String msg, 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

ReflectiveCopyException

public ReflectiveCopyException()

ReflectiveCopyException

public ReflectiveCopyException(String msg)

ReflectiveCopyException

public ReflectiveCopyException(String msg,
                               Throwable t)


Copyright © 2013 Oracle. All Rights Reserved.