package saker.build.exception
Thrown when a file mirroring request couldn't be satisfied due to the mirror directory not being available.
This is often due to not specifying the mirror directory for a build execution (or cluster daemon).
public | Constructs a new runtime exception with null as its detail message. |
public | FileMirroringUnavailableException( Constructs a new runtime exception with the specified detail message. |
public | FileMirroringUnavailableException( Constructs a new runtime exception with the specified detail message and cause. |
public | Constructs a new runtime exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause). |